We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35d1a2 commit 3b320a4Copy full SHA for 3b320a4
.vscode/launch.json
@@ -24,11 +24,12 @@
24
"request": "launch",
25
"runtimeExecutable": "${execPath}",
26
"args": [
27
+ "./tests/workspace/",
28
"--extensionDevelopmentPath=${workspaceFolder}",
- "--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
29
+ "--extensionTestsPath=${workspaceFolder}/out/tests/suite/index"
30
],
31
"outFiles": [
- "${workspaceFolder}/out/test/**/*.js"
32
+ "${workspaceFolder}/out/tests/**/*.js"
33
34
"preLaunchTask": "npm: watch"
35
}
0 commit comments