Skip to content

Instantly share code, notes, and snippets.

@vansosnin
Last active October 10, 2018 16:19
Show Gist options
  • Select an option

  • Save vansosnin/57d8a2f1984af8dccc948b8aceba6dd3 to your computer and use it in GitHub Desktop.

Select an option

Save vansosnin/57d8a2f1984af8dccc948b8aceba6dd3 to your computer and use it in GitHub Desktop.
VSCode settings and stuff
[
{
"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