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 a40321a commit 28ef6baCopy full SHA for 28ef6ba
.vscode/launch.json
@@ -74,9 +74,9 @@
74
"runtimeExecutable": "${execPath}",
75
"args": [
76
"--extensionDevelopmentPath=${workspaceFolder}",
77
- "--extensionTestsPath=${workspaceFolder}/client/out/test/index"
+ "--extensionTestsPath=${workspaceFolder}/dist/client/out/test/index"
78
],
79
- "outFiles": ["${workspaceFolder}/client/out/test/**/*.test.js"]
+ "outFiles": ["${workspaceFolder}/dist/client/out/test/**/*.test.js"]
80
}
81
82
"compounds": [
0 commit comments