diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 23f6e10..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Launch index.html", - "type": "firefox", - "request": "launch", - "file": "${workspaceRoot}/index.html" - }, - { - "name": "Launch localhost", - "type": "firefox", - "request": "launch", - "url": "http://localhost/index.html", - "webRoot": "${workspaceRoot}" - }, - { - "name": "Attach", - "type": "firefox", - "request": "attach" - }, - { - "name": "Launch addon", - "type": "firefox", - "request": "launch", - "addonType": "addonSdk", - "addonPath": "${workspaceRoot}" - } - ] -} \ No newline at end of file