update launch.json

This commit is contained in:
Felicio Mununga 2022-11-28 02:58:40 +01:00
parent cd0f10d94e
commit da95eb7513
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 3 additions and 2 deletions

5
.vscode/launch.json vendored
View File

@ -9,8 +9,9 @@
"url": "http://localhost:5173", "url": "http://localhost:5173",
"request": "launch", "request": "launch",
"type": "chrome", "type": "chrome",
"smartStep": false, "smartStep": true,
"sourceMaps": true "sourceMaps": true,
"runtimeArgs": ["--auto-open-devtools-for-tabs"]
}, },
{ {
"type": "node", "type": "node",