Skip to content

Commit 9abfb52

Browse files
committed
add back launch config
1 parent f18adc8 commit 9abfb52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .vscode/launch.json

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"program": "start.js",
1717
"cwd": "${workspaceFolder}/playgrounds/demo",
1818
"cascadeTerminateToConfigurations": ["Playground: Browser"]
19+
},
20+
{
21+
"type": "node",
22+
"request": "launch",
23+
"name": "Run sandbox",
24+
"program": "${workspaceFolder}/playgrounds/sandbox/run.js"
1925
}
2026
],
2127
"compounds": [

0 commit comments

Comments
 (0)