go-chart/.vscode/launch.json

18 lines
281 B
JSON
Raw Normal View History

2016-10-21 00:21:52 +02:00
{
"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
}
]
}