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 b01fdbc commit 81fe29dCopy full SHA for 81fe29d
.vscode/launch.json
@@ -21,6 +21,13 @@
21
"args": ["--server=4711"],
22
"sourceMaps": true,
23
"outFiles": ["${workspaceRoot}/out/src/**/*.js"]
24
+ },
25
+ {
26
+ "name": "Launch Extension Tests",
27
+ "type": "extensionHost",
28
+ "request": "launch",
29
+ "testConfiguration": "${workspaceFolder}/.vscode-test.js",
30
+ "args": ["--extensionDevelopmentPath=${workspaceFolder}"]
31
}
32
],
33
"compounds": [
@@ -30,6 +37,13 @@
37
"Launch Extension",
38
"Launch Debug Server"
39
]
40
41
42
+ "name": "Extension Tests and Debug Server",
43
+ "configurations": [
44
+ "Launch Extension Tests",
45
+ "Launch Debug Server"
46
+ ]
47
34
48
35
49
0 commit comments