boombuler 8 лет назад
Родитель
Сommit
2f6df207f4
1 измененных файлов с 0 добавлено и 19 удалено
  1. 0 19
      .vscode/launch.json

+ 0 - 19
.vscode/launch.json

@@ -1,19 +0,0 @@
-{
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "name": "Run-Tests",
-            "type": "go",
-            "request": "launch",
-            "mode": "debug",
-            "remotePath": "",
-            "port": 2345,
-            "host": "127.0.0.1",
-            //"program": "${workspaceRoot}",
-            "program": "/Users/boombuler/Sources/barcode",
-            "env": {},
-            "args": [],
-            "showLog": true
-        }
-    ]
-}