update launch.json
This commit is contained in:
parent
89b51c4e25
commit
482874a462
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue