Files
hassio-addons/.vscode/launch.json
2023-11-29 22:05:16 +01:00

13 lines
285 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}