Last active
February 11, 2019 10:34
-
-
Save jurgenzz/377399dab6b4af2ef064ba6c1610b0fe to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"editor.fontSize": 12, | |
"workbench.colorTheme": "Material Theme Darker", | |
"workbench.iconTheme": "eq-material-theme-icons-darker", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": true | |
}, | |
"explorer.confirmDragAndDrop": false, | |
"gitlens.keymap": "none", | |
"gitlens.currentLine.enabled": false, | |
"terminal.integrated.fontSize": 10, | |
"gitlens.historyExplorer.enabled": true, | |
"materialTheme.fixIconsRunning": false, | |
"window.menuBarVisibility": "toggle", | |
"emmet.triggerExpansionOnTab": true, // enable tab to expanse emmet tags | |
"blade.format.enable": true, | |
"gitlens.views.fileHistory.enabled": true, | |
"gitlens.views.lineHistory.enabled": true, | |
"breadcrumbs.enabled": true, | |
"window.zoomLevel": -0.8, | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment