From 800caa0f7fcbfabc229f35878ff5d8cf848eb34c Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 2 Jul 2020 11:37:04 -0700 Subject: [PATCH] debug: close whole vscode 'browser' when ending sessions Fixes https://github.com/microsoft/vscode-js-debug/issues/554 --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7454d166f96..a46026d692b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -200,6 +200,7 @@ "env": { "VSCODE_EXTHOST_WILL_SEND_SOCKET": null }, + "cleanUp": "wholeBrowser", "breakOnLoad": false, "urlFilter": "*workbench.html*", "runtimeArgs": [