Skip to content

Instantly share code, notes, and snippets.

@brainstorm
Created June 9, 2016 09:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainstorm/951cc9a2da0b45d4296be7a4bb4a641f to your computer and use it in GitHub Desktop.
Save brainstorm/951cc9a2da0b45d4296be7a4bb4a641f to your computer and use it in GitHub Desktop.
Redirects in args for VSCode
{
"version": "0.2.0",
"configurations": [
{
"name": "GDB bcftools",
"type": "cppdbg",
"request": "launch",
"launchOptionType": "Local",
"targetArchitecture": "x64",
"program": "/Users/romanvg/dev/bcftools/bcftools",
"args": ["view", "-l", "9", "-f", "'PASS,.'", "sample1-bcbio-cancer.vcf.gz", ">", "result.vcf.gz"],
"stopAtEntry": false,
"cwd": "${workspaceRoot}",
"environment": [],
"externalConsole": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment