mirror of
https://github.com/Microsoft/vscode
synced 2024-10-29 21:37:13 +00:00
add port to vscode launch.json for pwa debugger
This commit is contained in:
parent
642659c47d
commit
94116da8fa
1 changed files with 1 additions and 0 deletions
1
.vscode/launch.json
vendored
1
.vscode/launch.json
vendored
|
@ -131,6 +131,7 @@
|
|||
"linux": {
|
||||
"runtimeExecutable": "${workspaceFolder}/scripts/code.sh"
|
||||
},
|
||||
"port": 9222,
|
||||
"timeout": 20000,
|
||||
"env": {
|
||||
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null
|
||||
|
|
Loading…
Reference in a new issue