{ // 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": [ { "name": "Launch index.html", "type": "firefox", "request": "launch", "reAttach": true, "file": "/home/pascal/scripts/Feuerwehr-website/index.html" }, { "name": "Launch localhost", "type": "firefox", "request": "launch", "reAttach": true, "url": "http://localhost:8000/", "webRoot": "/home/pascal/scripts/Feuerwehr-website/" }, { "name": "Attach", "type": "firefox", "request": "attach" }, { "name": "Launch WebExtension", "type": "firefox", "request": "launch", "reAttach": true, "addonPath": "${workspaceFolder}" } ] }