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 35740f7 commit f7f395bCopy full SHA for f7f395b
.vscode/launch.json
@@ -12,16 +12,18 @@
12
"NODE_ENV": "development"
13
},
14
"sourceMaps": true,
15
- "outFiles": ["${workspaceFolder}/out/**/*.js"]
+ "outFiles": ["${workspaceFolder}/out/**/*.js"],
16
+ "preLaunchTask": "npm: watch"
17
18
{
19
"name": "Launch Extension",
20
"type": "extensionHost",
21
"request": "launch",
22
"runtimeExecutable": "${execPath}",
- "args": ["--extensionDevelopmentPath=${workspaceRoot}"],
23
+ "args": ["--extensionDevelopmentPath=${workspaceRoot}", "${workspaceFolder}/testproject"],
24
25
26
27
28
29
"name": "Mocha",
0 commit comments