Skip to content

Commit 673d443

Browse files
committed
test: disable installed versions of the extension when testing dev builds
1 parent 255260b commit 673d443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"request": "launch",
88
"name": "Launch Client",
99
"runtimeExecutable": "${execPath}",
10-
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
10+
"args": [
11+
"--extensionDevelopmentPath=${workspaceRoot}",
12+
"--disableExtension=cortex-command-community-project-language-support"
13+
],
1114
"outFiles": ["${workspaceRoot}/dist/client/out/**/*.js"],
1215
"autoAttachChildProcesses": true,
1316
"preLaunchTask": "watch"

0 commit comments

Comments
 (0)