Skip to content

Instantly share code, notes, and snippets.

Created May 10, 2016 01:14
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 anonymous/b8eee32a6adf1354e22e601ce8e38482 to your computer and use it in GitHub Desktop.
Save anonymous/b8eee32a6adf1354e22e601ce8e38482 to your computer and use it in GitHub Desktop.
{
"version": "0.1.0",
"command": "mcs",
"args": [
"-debug",
"Program.cs"
],
"showOutput": "silent",
"taskSelector": "/t:",
"tasks": [
{
"taskName": "exe",
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment