Skip to content

Commit 308c13e

Browse files
committed
Disable extensions when running extension tests
1 parent f6ae256 commit 308c13e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"request": "launch",
2626
"runtimeExecutable": "${execPath}",
2727
"args": [
28+
"--disable-extensions",
2829
"--extensionDevelopmentPath=${workspaceFolder}",
2930
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
3031
],

0 commit comments

Comments
 (0)