Skip to content

Instantly share code, notes, and snippets.

@nojaf
Created September 24, 2015 14:57
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 nojaf/697c0c6506427b587447 to your computer and use it in GitHub Desktop.
Save nojaf/697c0c6506427b587447 to your computer and use it in GitHub Desktop.
Visual Studio Code TypeScript on Save settings
{
"key":"ctrl+s",
"when":"editorFocus",
"command": "workbench.action.tasks.build"
}
{
"version": "0.1.0",
"command": "tsc",
"isShellCommand": true,
"showOutput": "silent",
"args": ["${file}"],
"problemMatcher": "$tsc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment