Skip to content

Instantly share code, notes, and snippets.

@interactivellama
Created July 31, 2018 21:43
Show Gist options
  • Save interactivellama/f7397562452d432cbcad69a6aa1dba86 to your computer and use it in GitHub Desktop.
Save interactivellama/f7397562452d432cbcad69a6aa1dba86 to your computer and use it in GitHub Desktop.
{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"gitlens.historyExplorer.enabled": true,
"editor.minimap.enabled": false,
"workbench.panel.location": "bottom",
"editor.fontSize": 19,
"editor.lineHeight": 25.5,
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "normal",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"workbench.colorTheme": "Twilight",
"window.zoomLevel": 0,
"workbench.sideBar.location": "right",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment