Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save ducksoupdev/c8a9ce69b990f7dbdff165a1ec30b1a3 to your computer and use it in GitHub Desktop.
VSCode keybindings
[
{
"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