20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"request": "launch",
|
|
"name": "test deno-http",
|
|
"type": "node",
|
|
"program": "${workspaceFolder}/example/test.ts",
|
|
"cwd": "${workspaceFolder}/example/",
|
|
"runtimeExecutable": "C:\\Users\\Admin\\.deno\\bin\\deno.EXE",
|
|
"runtimeArgs": [
|
|
"run",
|
|
"--unstable",
|
|
"--inspect-wait",
|
|
"--allow-all"
|
|
],
|
|
"attachSimplePort": 9229
|
|
}
|
|
]
|
|
} |