Counter-to-new-year/.vscode/launch.json

14 lines
463 B
JSON
Raw Normal View History

2020-11-30 19:15:49 +00: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": "firefox",
2020-11-30 19:15:49 +00:00
"request": "launch",
"name": "Launch Firefox against localhost",
"file": "${workspaceFolder}/index.html"
2020-11-30 19:15:49 +00:00
}
]
}