From 875bb849d58d487dd4df0e95e5a15eea2d270d95 Mon Sep 17 00:00:00 2001 From: Andre Weinand Date: Wed, 8 Jan 2020 10:26:56 +0100 Subject: [PATCH] unhide EH debug config --- .vscode/launch.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 558cc9f0f3b..6cc180e41fc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,10 +19,7 @@ "restart": true, "outFiles": [ "${workspaceFolder}/out/**/*.js" - ], - "presentation": { - "hidden": true, - } + ] }, { "type": "chrome",