From c662c38d8fd76087b2d2bc459c004f888ec4ecf7 Mon Sep 17 00:00:00 2001 From: Christian Schindler Date: Sat, 20 Apr 2024 11:12:41 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.vscode/launch.json=E2=80=9C=20=C3=A4n?= =?UTF-8?q?dern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2fec9c9..7781134 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,10 @@ "postDebugTask": "Terminate All Tasks", "sourceMaps": true, "skipFiles": ["node_modules/**"], - "runtimeExecutable": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" + "runtimeExecutable": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", + "presentation": { + "hidden": true + } }, { "type": "node",