mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-21 11:28:58 +01:00
15 lines
254 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|