Skip to content

Commit 20ed0d6

Browse files
committed
remove old stuff
1 parent 70de71c commit 20ed0d6

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.vscode/launch.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
{
5-
"type": "chrome",
6-
"request": "launch",
7-
"name": "Playground: Browser",
8-
"url": "http://localhost:10001"
9-
},
10-
{
11-
"type": "node",
12-
"request": "launch",
13-
"runtimeArgs": ["--watch"],
14-
"name": "Playground: Server",
15-
"outputCapture": "std",
16-
"program": "start.js",
17-
"cwd": "${workspaceFolder}/playgrounds/demo",
18-
"cascadeTerminateToConfigurations": ["Playground: Browser"]
19-
},
204
{
215
"type": "node",
226
"request": "launch",
@@ -26,11 +10,5 @@
2610
"NODE_OPTIONS": "--stack-trace-limit=10000"
2711
}
2812
}
29-
],
30-
"compounds": [
31-
{
32-
"name": "Playground: Full",
33-
"configurations": ["Playground: Server", "Playground: Browser"]
34-
}
3513
]
3614
}

0 commit comments

Comments
 (0)