From 37b3805ca6b260a6075a522be46a948c9e54e58b Mon Sep 17 00:00:00 2001 From: Martin Kraft Date: Fri, 4 May 2018 11:44:48 -0400 Subject: Removes .vscode dir. (#8721) --- .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 0a367a572..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Launch", - "type": "go", - "request": "launch", - "mode": "debug", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${workspaceRoot}/cmd/platform", - "env": {}, - "args": [], - "showLog": true - } - ] -} \ No newline at end of file -- cgit v1.2.3-1-g7c22