"editor.fontFamily": "Source Code Pro, Fira Code, Menlo, Monaco, 'Courier New', monospace",
"workbench.startupEditor": "newUntitledFile",
"terminal.integrated.fontSize": 14,
"workbench.editor.enablePreviewFromQuickOpen": false,
"editor.fontWeight": "300",
"workbench.colorTheme": "Dracula",
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
"workbench.iconTheme": "vscode-icons",
"gitlens.historyExplorer.enabled": true,
"javascript.updateImportsOnFileMove.enabled": "always", // close annoying
"typescript.updateImportsOnFileMove.enabled": "always", // close annoying
"gitlens.showWhatsNewAfterUpgrades": false, // close annoying
"javascript.suggest.autoImports": false, // close annoying
"typescript.suggest.autoImports": false, // close annoying
"workbench.activityBar.visible": false,
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"editor.minimap.enabled": true,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": false,
"breadcrumbs.enabled": false,
"editor.parameterHints.enabled": false, // disable pop-up parameter hints that show documentation and/or type information as you type
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#B2B3B3",
"titleBar.activeForeground":"#000000",