Skip to content

Instantly share code, notes, and snippets.

@muojp
Last active August 19, 2017 14:08
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 muojp/cd1257bc973813b94931d137117d4e1c to your computer and use it in GitHub Desktop.
Save muojp/cd1257bc973813b94931d137117d4e1c to your computer and use it in GitHub Desktop.
Ctrl+Shift+B PDF build for vscode+Re:VIEW
{
"version": "2.0.0",
"tasks": [
{
"taskName": "build in docker",
"type": "shell",
"command": "./build-in-docker.sh",
"problemMatcher": [
"$go"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment