Last active
October 10, 2018 16:19
-
-
Save vansosnin/57d8a2f1984af8dccc948b8aceba6dd3 to your computer and use it in GitHub Desktop.
VSCode settings and stuff
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+k 1", | |
| "command": "editor.action.insertSnippet", | |
| "when": "editorTextFocus", | |
| "args": { "langId": "javascript", "name": "Connect component" } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment