Update launch.json

This commit is contained in:
Mask2501 2025-02-05 13:04:55 +00:00
parent 236d9b8253
commit 111a62844e

19
.vscode/launch.json vendored
View file

@ -3,7 +3,20 @@
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
}
"type": "node-terminal",
"configurations": [
{
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}