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 71d8bb3 commit ccbce58Copy full SHA for ccbce58
.vscode/launch.json
@@ -14,9 +14,9 @@
14
"stopOnEntry": false,
15
"sourceMaps": true,
16
"outFiles": [
17
- "${workspaceRoot}/out/**/*.js"
+ "${workspaceRoot}/dist/**/*.js"
18
],
19
- "preLaunchTask": "npm: watch"
+ "preLaunchTask": "npm: webpack"
20
},
21
{
22
"name": "Launch Extension",
@@ -29,9 +29,9 @@
29
30
31
32
33
34
35
36
37
"name": "Extension Tests",
0 commit comments