Skip to content

Instantly share code, notes, and snippets.

@nirmalkar
Last active May 23, 2020 14:30
Show Gist options
  • Save nirmalkar/190ab79f76895fe55ef9d16476c7ff9d to your computer and use it in GitHub Desktop.
Save nirmalkar/190ab79f76895fe55ef9d16476c7ff9d to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "material-icon-theme",
"window.titleBarStyle": "custom",
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"terminal.integrated.rendererType": "dom",
"terminal.integrated.fontFamily": "FiraCode Nerd Font, Menlo, Monaco, 'Courier New', monospace",
"javascript.updateImportsOnFileMove.enabled": "always",
"css.remoteStyleSheets": [
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
],
"emmet.includeLanguages": {
"django-html": "html",
"javascript": "javascriptreact"
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"git.autofetch": true,
"cSpell.userWords": [
"Hemant",
"Nirmalkar",
"autofetch",
"todohighlight",
"vsintellicode",
"fullheight",
"Bulma",
"marginless",
"feelslike",
"charvik",
"Todos"
],
"todohighlight.isEnable": true,
"todohighlight.keywords": [
{
"text": "TODO:",
"isWholeLine": false
},
{
"text": "FIXME:",
"isWholeLine": false
},
{
"text": "DIRTY FIX:",
"color": "#FFFFFF",
"backgroundColor": "#88C440",
"isWholeLine": false
},
{
"text": "REVIEW:",
"color": "#FFFFFF",
"backgroundColor": "#FF5505",
"isWholeLine": false
}
],
"todohighlight.exclude": [
"**/node_modules/**",
"**/bower_components/**",
"**/dist/**",
"**/build/**",
"**/.vscode/**",
"**/.github/**",
"**/_output/**",
"**/*.min.*",
"**/*.map",
"**/.next/**"
],
"editor.formatOnSave": true,
"workbench.colorCustomizations": {
"activityBarBadge.background": "#C6FF00",
"activityBar.activeBorder": "#C6FF00",
"list.activeSelectionForeground": "#C6FF00",
"list.inactiveSelectionForeground": "#C6FF00",
"list.highlightForeground": "#C6FF00",
"scrollbarSlider.activeBackground": "#C6FF0050",
"editorSuggestWidget.highlightForeground": "#C6FF00",
"textLink.foreground": "#C6FF00",
"progressBar.background": "#C6FF00",
"pickerGroup.foreground": "#C6FF00",
"tab.activeBorder": "#C6FF00",
"notificationLink.foreground": "#C6FF00",
"editorWidget.resizeBorder": "#C6FF00",
"editorWidget.border": "#C6FF00",
"settings.modifiedItemIndicator": "#C6FF00",
"settings.headerForeground": "#C6FF00",
"panelTitle.activeBorder": "#C6FF00",
"breadcrumb.activeSelectionForeground": "#C6FF00",
"menu.selectionForeground": "#C6FF00",
"menubar.selectionForeground": "#C6FF00",
"editor.findMatchBorder": "#C6FF00",
"selection.background": "#C6FF0040"
},
"workbench.colorTheme": "SynthWave '84",
"materialTheme.accent": "Acid Lime",
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
// "eslint.alwaysShowStatus": true
// "prettier.disableLanguages": ["js"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment