Last active
July 1, 2017 19:07
-
-
Save gcman105/6e9cb397affeb4c1434b4025df7627da to your computer and use it in GitHub Desktop.
VScode settings
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
// 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