Skip to content

Instantly share code, notes, and snippets.

@xarsh
Last active April 28, 2018 14:26
Show Gist options
  • Save xarsh/a99b629d4b6f4eabbc31237ecfeadbe7 to your computer and use it in GitHub Desktop.
Save xarsh/a99b629d4b6f4eabbc31237ecfeadbe7 to your computer and use it in GitHub Desktop.
{
"Print to console": {
"prefix": "log",
"body": [
"console.log('$1')"
],
"description": "Log output to console"
}
}
{
"workbench.iconTheme": "material-icon-theme",
"vim.useSystemClipboard": true,
"workbench.editor.enablePreview": false,
"editor.snippetSuggestions": "top",
"editor.minimap.enabled": false,
"editor.tabSize": 2,
"vim.otherModesKeyBindings": [
{
"before": ["j"],
"after": ["g", "j"]
},
{
"before": ["k"],
"after": ["g", "k"]
}
],
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 0,
"eslint.validate": [
"javascript",
"html",
"vue"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment