We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264ed5e commit d6aa178Copy full SHA for d6aa178
Extension/package.json
@@ -32,7 +32,7 @@
32
"multi-root ready"
33
],
34
"categories": [
35
- "Languages",
+ "Programming Languages",
36
"Debuggers",
37
"Formatters",
38
"Linters",
Extension/src/Debugger/extension.ts
@@ -34,6 +34,7 @@ export function initialize(): void {
configurationProvider.getConfigurationSnippets();
const launchJsonDocumentSelector: vscode.DocumentSelector = [{
+ scheme: 'file',
language: 'jsonc',
39
pattern: '**/launch.json'
40
}];
0 commit comments