mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
docs: update VS Code debugging options for 1.47 (#6767)
This commit is contained in:
parent
27d8969847
commit
fbee85b1ae
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ config:
|
|||
"configurations": [
|
||||
{
|
||||
"name": "Deno",
|
||||
"type": "node",
|
||||
"type": "pwa-node",
|
||||
"request": "launch",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"runtimeExecutable": "deno",
|
||||
"runtimeArgs": ["run", "--inspect-brk", "-A", "${file}"],
|
||||
"port": 9229
|
||||
"attachSimplePort": 9229
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue