Created
September 24, 2015 14:57
-
-
Save nojaf/697c0c6506427b587447 to your computer and use it in GitHub Desktop.
Visual Studio Code TypeScript on Save settings
This file contains 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
{ | |
"key":"ctrl+s", | |
"when":"editorFocus", | |
"command": "workbench.action.tasks.build" | |
} |
This file contains 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": "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