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 b5dccc4 commit 8420b1aCopy full SHA for 8420b1a
.vscode/launch.json
@@ -13,7 +13,7 @@
13
"outFiles": [
14
"${workspaceRoot}/out/**/*.js"
15
],
16
- "preLaunchTask": "npm"
+ "preLaunchTask": "compile"
17
},
18
{
19
"name": "code-debug server",
@@ -28,7 +28,7 @@
28
29
30
"cwd": "${workspaceRoot}",
31
32
33
34
"name": "Launch Tests",
@@ -44,7 +44,7 @@
44
45
46
47
48
}
49
50
"compounds": [
@@ -53,4 +53,4 @@
53
"configurations": ["Launch Extension", "code-debug server"]
54
55
]
56
-}
+}
0 commit comments