Skip to content

Instantly share code, notes, and snippets.

@hutch78
Created January 16, 2018 03:55
Show Gist options
  • Save hutch78/9982ddd0a43778722ae09471d4cd6a8f to your computer and use it in GitHub Desktop.
Save hutch78/9982ddd0a43778722ae09471d4cd6a8f to your computer and use it in GitHub Desktop.
VSCODE - User Settings
{
"workbench.iconTheme": "vscode-icons",
"vsicons.projectDetection.autoReload": true,
"window.zoomLevel": 0,
"workbench.startupEditor": "welcomePage",
"editor.minimap.enabled": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"editor.lineHeight": 22,
"emmet.includeLanguages": {},
"workbench.colorTheme": "Dracula Soft",
// "editor.fontFamily": "Consolas",
"editor.fontFamily": "Fira Code",
"editor.letterSpacing": 0.45,
"editor.fontWeight": "200",
// "workbench.fontAliasing": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment