owncast/.vscode/launch.json

13 lines
238 B
JSON
Raw Normal View History

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