0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-21 11:28:58 +01:00
svelte/.vscode/launch.json
2024-08-26 11:26:45 +02:00

15 lines
254 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Run sandbox",
"program": "${workspaceFolder}/playgrounds/sandbox/run.js",
"env": {
"NODE_OPTIONS": "--stack-trace-limit=10000"
}
}
]
}