Skip to content

Instantly share code, notes, and snippets.

@lsv
Created June 21, 2017 03:39
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 lsv/a4aa69c732bc34bf64524ebb6a224064 to your computer and use it in GitHub Desktop.
Save lsv/a4aa69c732bc34bf64524ebb6a224064 to your computer and use it in GitHub Desktop.
visualstudio code settings
{
"editor.renderIndentGuides": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Dracula",
"files.autoSave": "onFocusChange",
"editor.fontSize": 18,
"workbench.tips.enabled": false,
"workbench.welcome.enabled": false,
"npm-intellisense.scanDevDependencies": true,
"beautify.language": {
"js": {
"type": [
"javascript",
"json"
],
"filename": [
".jshintrc",
".jsbeautify"
]
},
"css": [
"css",
"scss"
],
"html": [
"htm",
"html",
"vue"
]
},
"sync.autoUpload": true,
"sync.autoDownload": true,
"sync.anonymousGist": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment