Created
March 2, 2017 08:50
-
-
Save ducksoupdev/c8a9ce69b990f7dbdff165a1ec30b1a3 to your computer and use it in GitHub Desktop.
VSCode keybindings
This file contains hidden or 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+shift+/", | |
| "command": "editor.action.blockComment", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "ctrl+s", | |
| "command": "workbench.action.tasks.build", | |
| "when": "editorLangId == 'typescript'" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment