Skip to content

Instantly share code, notes, and snippets.

@mashud-rana
Forked from Robiussani152/latest_settings.json
Created October 14, 2021 07:01
Show Gist options
  • Save mashud-rana/d9274a025556bfa265ad9aa4d7c9fda3 to your computer and use it in GitHub Desktop.
Save mashud-rana/d9274a025556bfa265ad9aa4d7c9fda3 to your computer and use it in GitHub Desktop.
{
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Night Owl",
"editor.fontFamily": "'Operator Mono Lig Book',Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "500",
"editor.formatOnPaste": true,
"material-icon-theme.folders.color": "#8C59D0",
"editor.fontSize": 16,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveServer.settings.CustomBrowser": "chrome",
"workbench.startupEditor": "none",
"workbench.editor.enablePreview": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnType": true,
"git.enableSmartCommit": true,
"diffEditor.codeLens": true,
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client",
},
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"tabnine.experimentalAutoImports": true,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 40,
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": false
},
"blade.format.enable": true,
"editor.codeActionsOnSave": null,
"settingsSync.ignoredExtensions": [
],
"terminal.integrated.fontFamily": "Operator Mono Lig Book",
"breadcrumbs.enabled": true,
"editor.renderWhitespace": "none",
"terminal.integrated.fontSize": 16,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"terminal.integrated.fontWeightBold": "300",
"editor.fontLigatures": true,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#F44336",
"activityBar.activeBorder": "#F44336",
"list.activeSelectionForeground": "#F44336",
"list.inactiveSelectionForeground": "#F44336",
"list.highlightForeground": "#F44336",
"scrollbarSlider.activeBackground": "#F4433650",
"editorSuggestWidget.highlightForeground": "#F44336",
"textLink.foreground": "#F44336",
"progressBar.background": "#F44336",
"pickerGroup.foreground": "#F44336",
"tab.activeBorder": "#F44336",
"notificationLink.foreground": "#F44336",
"editorWidget.resizeBorder": "#F44336",
"editorWidget.border": "#F44336",
"settings.modifiedItemIndicator": "#F44336",
"settings.headerForeground": "#F44336",
"panelTitle.activeBorder": "#F44336",
"breadcrumb.activeSelectionForeground": "#F44336",
"menu.selectionForeground": "#F44336",
"menubar.selectionForeground": "#F44336",
"editor.findMatchBorder": "#F44336",
"selection.background": "#F4433640"
},
"workbench.editorAssociations": [
{
"viewType": "",
"filenamePattern": ""
}
],
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment