removing .vscode
This commit is contained in:
parent
10c19374bc
commit
e8de11d590
1 changed files with 0 additions and 18 deletions
18
.vscode/launch.json
vendored
18
.vscode/launch.json
vendored
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue