{
"request": "launch",
"name": "Debug",
"type": "node",
"cwd": "${workspaceFolder}",
"env": {},
"runtimeExecutable": "deno",
"runtimeArgs": ["run", "--inspect-brk", "--allow-all", "npm:vite"],
"attachSimplePort": 9229,
"skipFiles": ["<node_internals>/**"]
}
{
"request": "launch",
"name": "Debug",
"type": "node",
"cwd": "${workspaceFolder}",
"env": {},
"runtimeExecutable": "deno",
"runtimeArgs": ["run", "--inspect-brk", "--allow-all", "npm:vite"],
"attachSimplePort": 9229,
"skipFiles": ["<node_internals>/**"]
}