Skip to content

Instantly share code, notes, and snippets.

@timnovis
Created October 16, 2017 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timnovis/a33bf5ae59318bcd4fddb4185d8c26f9 to your computer and use it in GitHub Desktop.
Save timnovis/a33bf5ae59318bcd4fddb4185d8c26f9 to your computer and use it in GitHub Desktop.
My VSCode User Settings
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "One Dark Pro",
"editor.tabSize": 2,
"eslint.validate": ["javascript", "javascriptreact", "vue"],
"prettier.eslintIntegration": true,
"editor.formatOnSave": true,
"window.zoomLevel": 0,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.renderControlCharacters": true,
"importCost.javascriptExtensions": ["\\.jsx?$", "\\.vue?$"],
"importCost.typescriptExtensions": ["\\.tsx?$", "\\.vue$"],
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/dist": true,
"**/test/**/*.html": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment