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",