„.vscode/launch.json“ ändern

This commit is contained in:
2024-04-20 11:12:41 +00:00
parent 435b740ea2
commit c662c38d8f

5
.vscode/launch.json vendored
View File

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