Web-programming_Petrushin_E.../Lab4/PrBookfill/.vscode/launch.json

22 lines
673 B
JSON
Raw Normal View History

2023-11-29 16:39:51 +04:00
{
// 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": [
{
"type": "chrome",
"request": "launch",
2023-12-07 13:04:19 +04:00
"name": "Launch Chrome",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Edge",
"url": "http://localhost:5173",
2023-11-29 16:39:51 +04:00
"webRoot": "${workspaceFolder}"
}
]
}