Skip to content

Instantly share code, notes, and snippets.

@gregoriobenatti
Created August 30, 2018 07:16
Show Gist options
  • Save gregoriobenatti/8f2afb7ed0b54d7dab500e875374a675 to your computer and use it in GitHub Desktop.
Save gregoriobenatti/8f2afb7ed0b54d7dab500e875374a675 to your computer and use it in GitHub Desktop.
VSCode configs
{
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"vsicons.presets.jsonOfficial": true,
"workbench.iconTheme": "vs-minimal",
"gitlens.gitExplorer.files.layout": "auto",
"window.menuBarVisibility": "default",
"gitlens.keymap": "alternate",
"editor.codeLens": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.meta": true
},
"editor.formatOnSave": true,
"python.linting.enabled": false,
"window.zoomLevel": 0,
"gitlens.historyExplorer.enabled": true,
"editor.multiCursorModifier": "alt",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#333",
"activityBar.foreground": "#CCCCCC"
}
}
"settings": {
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#333",
"activityBar.background": "#000",
"activityBar.foreground": "#CCC"
}
}
"settings": {
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#333",
"activityBar.background": "#68026b",
"activityBar.foreground": "#000"
}
}
"settings": {
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#333",
"activityBar.background": "#CCCCCC",
"activityBar.foreground": "#000000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment