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 70de71c commit 20ed0d6Copy full SHA for 20ed0d6
.vscode/launch.json
@@ -1,22 +1,6 @@
1
{
2
"version": "0.2.0",
3
"configurations": [
4
- {
5
- "type": "chrome",
6
- "request": "launch",
7
- "name": "Playground: Browser",
8
- "url": "http://localhost:10001"
9
- },
10
11
- "type": "node",
12
13
- "runtimeArgs": ["--watch"],
14
- "name": "Playground: Server",
15
- "outputCapture": "std",
16
- "program": "start.js",
17
- "cwd": "${workspaceFolder}/playgrounds/demo",
18
- "cascadeTerminateToConfigurations": ["Playground: Browser"]
19
20
21
"type": "node",
22
"request": "launch",
@@ -26,11 +10,5 @@
26
"NODE_OPTIONS": "--stack-trace-limit=10000"
27
}
28
29
- ],
30
- "compounds": [
31
32
- "name": "Playground: Full",
33
- "configurations": ["Playground: Server", "Playground: Browser"]
34
- }
35
]
36
0 commit comments