remove old stuff

pull/13012/head
Rich Harris 2 years ago
parent 70de71ce77
commit 20ed0d6f6d

@ -1,22 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Playground: Browser",
"url": "http://localhost:10001"
},
{
"type": "node",
"request": "launch",
"runtimeArgs": ["--watch"],
"name": "Playground: Server",
"outputCapture": "std",
"program": "start.js",
"cwd": "${workspaceFolder}/playgrounds/demo",
"cascadeTerminateToConfigurations": ["Playground: Browser"]
},
{
"type": "node",
"request": "launch",
@ -26,11 +10,5 @@
"NODE_OPTIONS": "--stack-trace-limit=10000"
}
}
],
"compounds": [
{
"name": "Playground: Full",
"configurations": ["Playground: Server", "Playground: Browser"]
}
]
}

Loading…
Cancel
Save