OSDN Git Service

Remove vscode config
authorBlockmeta-区块元 <blockmeta@8btc.com>
Thu, 2 Nov 2017 10:30:32 +0000 (18:30 +0800)
committerBlockmeta-区块元 <blockmeta@8btc.com>
Thu, 2 Nov 2017 10:30:32 +0000 (18:30 +0800)
Remove launch.json

.vscode/launch.json [deleted file]

diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644 (file)
index 1fd2495..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-    // 使用 IntelliSense 了解相关属性。 
-    // 悬停以查看现有属性的描述。
-    // 欲了解更多信息,请访问: 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