mirror of
https://github.com/wader/fq.git
synced 2024-12-23 05:13:30 +03:00
21 lines
443 B
JSON
21 lines
443 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Debug fq",
|
||
|
"type": "go",
|
||
|
"request": "launch",
|
||
|
"mode": "auto",
|
||
|
"showLog": true,
|
||
|
"program": ".",
|
||
|
"cwd": "${workspaceFolder}",
|
||
|
"env": {},
|
||
|
"args": [
|
||
|
"-d",
|
||
|
"mp4",
|
||
|
".",
|
||
|
"file"
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|