Files
WebPage/.vscode/launch.json
TheNightglow 7886a9cf56 test
2021-08-23 23:32:51 +02:00

12 lines
264 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch index.html",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/index.html"
}
]
}