Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Jan 10, 2024
1 parent bdd2b96 commit cdf40cd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 390 deletions.
38 changes: 0 additions & 38 deletions .vsixmanifest

This file was deleted.

5 changes: 4 additions & 1 deletion out/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ async function activate(context) {
}
exports.activate = activate;
// This method is called when your extension is deactivated
function deactivate() { }
function deactivate() {
// https://github.com/microsoft/vscode/issues/105484
// https://github.com/microsoft/vscode/issues/201664
}
exports.deactivate = deactivate;
29 changes: 0 additions & 29 deletions scope-colours.tmLanguage.json

This file was deleted.

168 changes: 0 additions & 168 deletions scope-names.tmLanguage.json

This file was deleted.

5 changes: 4 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ export async function activate(context: vscode.ExtensionContext) {


// This method is called when your extension is deactivated
export function deactivate() { }
export function deactivate() {
// https://github.com/microsoft/vscode/issues/105484
// https://github.com/microsoft/vscode/issues/201664
}
Loading

0 comments on commit cdf40cd

Please sign in to comment.