id3tool/.vscode/launch.json
2024-05-28 13:49:46 +02:00

16 lines
290 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "id3tool",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"--debug",
"/home/velvettear/downloads/test"
]
}
]
}