Last active
June 9, 2020 01:02
-
-
Save ssisaias/7da9998f8a6669eac8e8e7f0153d388f to your computer and use it in GitHub Desktop.
VS Code Setting (JSON)
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
{ | |
"workbench.colorTheme": "Dracula", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.tabSize": 2, | |
"workbench.editor.labelFormat": "short", | |
"extensions.ignoreRecommendations": true, | |
"javascript.updateImportsOnFileMove.enabled": "never", | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"files.autoSave": "afterDelay", | |
"files.autoSaveDelay": 3500, | |
"breadcrumbs.enabled": true, | |
"emmet.syntaxProfiles": {"javascript": "jsx"}, | |
"emmet.includeLanguages": {"javascript": "javascriptreact"} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment