Skip to content

Commit a130d72

Browse files
author
Benjamin Pasero
committed
remove obsolete test launch config
1 parent 3e3d88d commit a130d72

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.vscode/launch.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,6 @@
1717
"sourceMaps": true,
1818
"outDir": "${workspaceRoot}/out"
1919
},
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-
},
3920
{
4021
"name": "Attach to Extension Host",
4122
"type": "node",

0 commit comments

Comments
 (0)