Files
IWD2-02/INFO-3168 (JS 2)/Labs/Lab 3/.vscode/launch.json
T
2026-03-06 21:27:16 -05:00

12 lines
253 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome with Live Server",
"url": "http://127.0.0.1:5500/index.html",
"webRoot": "${workspaceFolder}"
}
]
}