mirror of
https://github.com/wader/fq.git
synced 2024-11-05 02:34:02 +03:00
17 lines
374 B
JSON
17 lines
374 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"]
|
|
}
|
|
]
|
|
}
|