Skip to content

Instantly share code, notes, and snippets.

@tschnz
Created April 23, 2018 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschnz/4e3347e9116edf5c88e5c3bf01e472a0 to your computer and use it in GitHub Desktop.
Save tschnz/4e3347e9116edf5c88e5c3bf01e472a0 to your computer and use it in GitHub Desktop.
Current Settings of VS Code
{
"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