Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created March 2, 2017 08:49
Show Gist options
  • Select an option

  • Save ducksoupdev/349bef232ce382b007d941d0fb6737d5 to your computer and use it in GitHub Desktop.

Select an option

Save ducksoupdev/349bef232ce382b007d941d0fb6737d5 to your computer and use it in GitHub Desktop.
VSCode tasks
{
"version": "0.1.0",
"command": "C:/source/github/ps-nvmw/vs/v6.9.4/tsc.cmd",
"isShellCommand": false,
"args": ["${file}"],
"showOutput": "silent",
"problemMatcher": "$tsc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment