„.vscode/launch.json“ ändern
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -12,7 +12,10 @@
|
|||||||
"postDebugTask": "Terminate All Tasks",
|
"postDebugTask": "Terminate All Tasks",
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"skipFiles": ["node_modules/**"],
|
"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",
|
"type": "node",
|
||||||
|
|||||||
Reference in New Issue
Block a user