Skip to content

Commit 3b320a4

Browse files
authored
Updated launch settings to fix testing the extension from VSCODE (#16)
1 parent f35d1a2 commit 3b320a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.vscode/launch.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
"request": "launch",
2525
"runtimeExecutable": "${execPath}",
2626
"args": [
27+
"./tests/workspace/",
2728
"--extensionDevelopmentPath=${workspaceFolder}",
28-
"--extensionTestsPath=${workspaceFolder}/out/test/suite/index"
29+
"--extensionTestsPath=${workspaceFolder}/out/tests/suite/index"
2930
],
3031
"outFiles": [
31-
"${workspaceFolder}/out/test/**/*.js"
32+
"${workspaceFolder}/out/tests/**/*.js"
3233
],
3334
"preLaunchTask": "npm: watch"
3435
}

0 commit comments

Comments
 (0)