Skip to content

Instantly share code, notes, and snippets.

@gcman105
Last active July 1, 2017 19:07
Show Gist options
  • Save gcman105/6e9cb397affeb4c1434b4025df7627da to your computer and use it in GitHub Desktop.
Save gcman105/6e9cb397affeb4c1434b4025df7627da to your computer and use it in GitHub Desktop.
VScode settings
// Place your settings in this file to overwrite the default settings
{
// "vim.insertModeKeyBindings": [{
// "before": ["j", "j"],
// "after": ["<Esc>"]
// }],
// "vim.useCtrlKeys": true,
"workbench.iconTheme": "vscode-icons",
"typescript.npm": "/Users/gcman105/.nvm/versions/node/v8.1.3/bin/npm",
"editor.fontFamily": "Input Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 11,
"editor.tabSize": 2,
"pugbeautify.fillTab": false,
"files.associations": {
"*.vue": "vue"
},
"emmet.syntaxProfiles": {
"vue": "css"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"vue"
],
"workbench.iconTheme": "vscode-icons",
"vsicons.projectDetection.autoReload": true,
"editor.multiCursorModifier": "ctrlCmd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment