Skip to content

Commit 800caa0

Browse files
committed
debug: close whole vscode 'browser' when ending sessions
Fixes microsoft/vscode-js-debug#554
1 parent bc74f92 commit 800caa0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@
200200
"env": {
201201
"VSCODE_EXTHOST_WILL_SEND_SOCKET": null
202202
},
203+
"cleanUp": "wholeBrowser",
203204
"breakOnLoad": false,
204205
"urlFilter": "*workbench.html*",
205206
"runtimeArgs": [

0 commit comments

Comments
 (0)