Skip to content

Instantly share code, notes, and snippets.

@jurgenzz
Last active February 11, 2019 10:34
Show Gist options
  • Save jurgenzz/377399dab6b4af2ef064ba6c1610b0fe to your computer and use it in GitHub Desktop.
Save jurgenzz/377399dab6b4af2ef064ba6c1610b0fe to your computer and use it in GitHub Desktop.
{
"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