Files
mattermost/.vscode/launch.json
2017-06-27 08:02:08 -07:00

18 lines
295 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${workspaceRoot}/cmd/platform",
"env": {},
"args": [],
"showLog": true
}
]
}