We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3d88d commit a130d72Copy full SHA for a130d72
1 file changed
.vscode/launch.json
@@ -17,25 +17,6 @@
17
"sourceMaps": true,
18
"outDir": "${workspaceRoot}/out"
19
},
20
- {
21
- "name": "Stacks Tests",
22
- "type": "node",
23
- "request": "launch",
24
- "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
25
- "stopOnEntry": false,
26
- "args": [
27
- "--timeout",
28
- "999999",
29
- "--colors",
30
- "-g",
31
- "Stacks"
32
- ],
33
- "cwd": "${workspaceRoot}",
34
- "runtimeArgs": [],
35
- "env": {},
36
- "sourceMaps": true,
37
- "outDir": "${workspaceRoot}/out"
38
- },
39
{
40
"name": "Attach to Extension Host",
41
"type": "node",
0 commit comments