Skip to content

Instantly share code, notes, and snippets.

@AliwerErgashev
Created January 18, 2018 14:03
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 AliwerErgashev/2a0c65e2a5e694040c398a071bfe314d to your computer and use it in GitHub Desktop.
Save AliwerErgashev/2a0c65e2a5e694040c398a071bfe314d to your computer and use it in GitHub Desktop.
vs code user settings
// Place your settings in this file to overwrite the default settings
{
"editor.minimap.enabled": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.snippetSuggestions": "top",
"editor.tabSize": 2,
"git.confirmSync": false,
"tslint.autoFixOnSave": true,
"window.newWindowDimensions": "inherit",
"workbench.startupEditor": "none",
"workbench.colorTheme": "Material Theme",
"workbench.iconTheme": "material-icon-theme",
"emmet.showExpandedAbbreviation": "always",
"editor.cursorBlinking": "expand",
"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"
},
"materialTheme.cache.workbench.settings": {
"accent": "Cyan",
"themeColours": "Palenight"
},
"workbench.panel.location": "bottom",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment