|
|
|
|
@ -10,38 +10,24 @@
|
|
|
|
|
{
|
|
|
|
|
"type": "node",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"runtimeArgs": [
|
|
|
|
|
"--watch"
|
|
|
|
|
],
|
|
|
|
|
"runtimeArgs": ["--watch"],
|
|
|
|
|
"name": "Playground: Server",
|
|
|
|
|
"outputCapture": "std",
|
|
|
|
|
"program": "start.js",
|
|
|
|
|
"cwd": "${workspaceFolder}/playgrounds/demo",
|
|
|
|
|
"cascadeTerminateToConfigurations": [
|
|
|
|
|
"Playground: Browser"
|
|
|
|
|
]
|
|
|
|
|
"cascadeTerminateToConfigurations": ["Playground: Browser"]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "node",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"name": "Run sandbox",
|
|
|
|
|
"program": "${workspaceFolder}/playgrounds/sandbox/run.js"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "node-terminal",
|
|
|
|
|
"name": "Run Script: test",
|
|
|
|
|
"request": "launch",
|
|
|
|
|
"command": "pnpm test css -- -t omit-scoping-attribute-whitespace-multiple",
|
|
|
|
|
"cwd": "${workspaceFolder}"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"compounds": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Playground: Full",
|
|
|
|
|
"configurations": [
|
|
|
|
|
"Playground: Server",
|
|
|
|
|
"Playground: Browser"
|
|
|
|
|
]
|
|
|
|
|
"configurations": ["Playground: Server", "Playground: Browser"]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|