launch: restart attachment to extension host process

This commit is contained in:
Connor Peet 2020-04-17 12:24:27 -07:00
parent c5e8b23822
commit 61ed5c8d1e

2
.vscode/launch.json vendored
View file

@ -14,6 +14,7 @@
{
"type": "node",
"request": "attach",
"restart": true,
"name": "Attach to Extension Host",
"timeout": 30000,
"port": 5870,
@ -168,6 +169,7 @@
"type": "pwa-chrome",
"request": "launch",
"name": "Launch VS Code",
"browserLaunchLocation": "workspace",
"windows": {
"runtimeExecutable": "${workspaceFolder}/scripts/code.bat"
},