Last active
March 5, 2019 09:16
-
-
Save stackdumper/ee0559f6b8650e94f8281becce507854 to your computer and use it in GitHub Desktop.
My 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
{ | |
"workbench.colorTheme": "One Dark Pro Bold", | |
"editor.fontFamily": "'Fira Code'", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": 0.9, | |
"workbench.iconTheme": "file-icons", | |
"workbench.statusBar.visible": false, | |
"editor.minimap.enabled": false, | |
"editor.scrollBeyondLastLine": false, | |
"files.insertFinalNewline": true, | |
"editor.lineHeight": 19, | |
"editor.smoothScrolling": true, | |
"workbench.activityBar.visible": false, | |
"workbench.fontAliasing": "antialiased", | |
"workbench.statusBar.feedback.visible": false, | |
"workbench.tree.horizontalScrolling": true, | |
"workbench.editor.closeOnFileDelete": true, | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.labelFormat": "short", | |
"search.smartCase": true, | |
"editor.hover.delay": 500, | |
"typescript.updateImportsOnFileMove.enabled": "always", | |
"explorer.confirmDragAndDrop": false, | |
"editor.tabSize": 2, | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.snippetSuggestions": "top", | |
"editor.suggestSelection": "recentlyUsedByPrefix", | |
"explorer.confirmDelete": false, | |
"editor.fontWeight": "500" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment