Created
June 21, 2017 03:39
-
-
Save lsv/a4aa69c732bc34bf64524ebb6a224064 to your computer and use it in GitHub Desktop.
visualstudio code 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
{ | |
"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