Created
April 23, 2018 20:28
-
-
Save tschnz/4e3347e9116edf5c88e5c3bf01e472a0 to your computer and use it in GitHub Desktop.
Current Settings of VS Code
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.wordWrap": "on", | |
"editor.fontFamily": "SauceCodePro Nerd Font", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "One Dark Pro", | |
"materialTheme.cache.workbench.settings": { | |
"themeColours": "Default High Contrast", | |
"accent": "Cyan", | |
"accentPrevious": "Indigo" | |
}, | |
"workbench.startupEditor": "newUntitledFile", | |
"window.zoomLevel": 0, | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#00BCD4", | |
"list.activeSelectionForeground": "#00BCD4", | |
"list.inactiveSelectionForeground": "#00BCD4", | |
"list.highlightForeground": "#00BCD4", | |
"scrollbarSlider.activeBackground": "#00BCD450", | |
"editorSuggestWidget.highlightForeground": "#00BCD4", | |
"textLink.foreground": "#00BCD4", | |
"progressBar.background": "#00BCD4", | |
"pickerGroup.foreground": "#00BCD4", | |
"tab.activeBorder": "#00BCD4" | |
}, | |
"editor.minimap.enabled": false, | |
"git.autofetch": true, | |
"git.enableSmartCommit": true, | |
"material-icon-theme.showUpdateMessage": false, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"sublimeTextKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": true, | |
"latex-workshop.view.pdf.viewer": "tab", | |
"python.pythonPath": "/usr/bin/python3", | |
"terminal.external.linuxExec": "terminator", | |
"explorer.confirmDelete": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment