owncast/.vscode/launch.json
2020-06-23 00:42:56 -07:00

12 lines
238 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}"
}
]
}