Last active
August 19, 2017 14:08
-
-
Save muojp/cd1257bc973813b94931d137117d4e1c to your computer and use it in GitHub Desktop.
Ctrl+Shift+B PDF build for vscode+Re:VIEW
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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