From 370d8df82525efb824972e254dd592e61b613a6e Mon Sep 17 00:00:00 2001 From: Fabian Weber Date: Mon, 5 Mar 2018 14:57:29 +0100 Subject: [PATCH] remove vscode config folder --- .gitignore | 1 + .vscode/launch.json | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index b7ce3693b..e24dd0d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ examples/basecoin/app/data baseapp/data/* docs/_build .DS_Store +.vscode ### Vagrant ### diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 76977265a..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // Verwendet IntelliSense zum Ermitteln möglicher Attribute. - // Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen. - // Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Launch", - "type": "go", - "request": "launch", - "mode": "debug", - "remotePath": "", - "port": 2345, - "host": "127.0.0.1", - "program": "${fileDirname}", - "env": {}, - "args": [], - "showLog": true - } - ] -} \ No newline at end of file