removing .vscode

This commit is contained in:
Will Charczuk 2016-10-23 12:10:37 -07:00
parent 10c19374bc
commit e8de11d590
1 changed files with 0 additions and 18 deletions

18
.vscode/launch.json vendored
View File

@ -1,18 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "test",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}",
"env": {},
"args": [],
"showLog": true
}
]
}