Skip to content

Instantly share code, notes, and snippets.

@AlexSJ
Created January 24, 2018 17:24
Show Gist options
  • Save AlexSJ/1cbe3c4b48e1d95e1018a69b984e412a to your computer and use it in GitHub Desktop.
Save AlexSJ/1cbe3c4b48e1d95e1018a69b984e412a to your computer and use it in GitHub Desktop.
VSCode
{
"workbench.colorTheme": "GitHub Plus",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"editor.fontSize": 13,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,
"editor.renderWhitespace": "all",
"files.autoGuessEncoding": true,
"window.zoomLevel": -1,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.history": true
},
"editor.smoothScrolling": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment