Files
elixforms-web-pages/.vscode/launch.json
T
2026-04-24 16:06:17 +02:00

19 lines
607 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Hosted workbench",
"type": "msedge",
"request": "launch",
"url": "http://localhost:5173/",
"webRoot": "${workspaceRoot}",
"runtimeArgs": [
"--remote-debugging-port=9222",
"-incognito"
]
}
]
}