removed vscode dir

This commit is contained in:
boombuler 2017-06-05 21:45:34 +02:00
parent e5ca7acf48
commit 2f6df207f4
1 changed files with 0 additions and 19 deletions

19
.vscode/launch.json vendored
View File

@ -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
}
]
}