Skip to content

Commit d6aa178

Browse files
authored
Fix issues introduced with VS Code 1.23.0. (#1925)
1 parent 264ed5e commit d6aa178

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"multi-root ready"
3333
],
3434
"categories": [
35-
"Languages",
35+
"Programming Languages",
3636
"Debuggers",
3737
"Formatters",
3838
"Linters",

Extension/src/Debugger/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export function initialize(): void {
3434
configurationProvider.getConfigurationSnippets();
3535

3636
const launchJsonDocumentSelector: vscode.DocumentSelector = [{
37+
scheme: 'file',
3738
language: 'jsonc',
3839
pattern: '**/launch.json'
3940
}];

0 commit comments

Comments
 (0)