Skip to content

Instantly share code, notes, and snippets.

@stackdumper
Last active March 5, 2019 09:16
Show Gist options
  • Save stackdumper/ee0559f6b8650e94f8281becce507854 to your computer and use it in GitHub Desktop.
Save stackdumper/ee0559f6b8650e94f8281becce507854 to your computer and use it in GitHub Desktop.
My VSCode settings
{
"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