From e8de11d590c487c77908b1411464fdeb58b50fa5 Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Sun, 23 Oct 2016 12:10:37 -0700 Subject: [PATCH] removing .vscode --- .vscode/launch.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index ae3f4cb..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Launch", - "type": "go", - "request": "launch", - "mode": "test", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${workspaceRoot}", - "env": {}, - "args": [], - "showLog": true - } - ] -} \ No newline at end of file