From e0c0d1850f57d3d03f8f67eb8f0dcd498fadf822 Mon Sep 17 00:00:00 2001 From: "David Taylor Jr." Date: Sun, 22 Jan 2017 23:07:13 -0500 Subject: [PATCH] Remove vscode files --- .vscode/launch.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .vscode/launch.json 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