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 255260b commit 673d443Copy full SHA for 673d443
.vscode/launch.json
@@ -7,7 +7,10 @@
7
"request": "launch",
8
"name": "Launch Client",
9
"runtimeExecutable": "${execPath}",
10
- "args": ["--extensionDevelopmentPath=${workspaceRoot}"],
+ "args": [
11
+ "--extensionDevelopmentPath=${workspaceRoot}",
12
+ "--disableExtension=cortex-command-community-project-language-support"
13
+ ],
14
"outFiles": ["${workspaceRoot}/dist/client/out/**/*.js"],
15
"autoAttachChildProcesses": true,
16
"preLaunchTask": "watch"
0 commit comments