Skip to content

Instantly share code, notes, and snippets.

@mkt
Created November 30, 2015 02:39
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 mkt/fbed1201208e1314eb90 to your computer and use it in GitHub Desktop.
Save mkt/fbed1201208e1314eb90 to your computer and use it in GitHub Desktop.
vscode-make-tasks.json
// for GNU make
{
"version": "0.1.0",
"command": "make",
// The command is a shell script
"isShellCommand": true,
// Show the output window only if unrecognized errors occur.
"showOutput": "silent"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment