From 2e1d109a81dcbbb097980d7e26270af53a98702b Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Fri, 2 Aug 2019 14:18:41 -0700 Subject: [PATCH] remove vscode settings --- .vscode/launch.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index a5d5036..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - // 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": "node", - "request": "launch", - "name": "Launch Program", - "program": "${workspaceFolder}/js/main.js" - } - ] -} \ No newline at end of file