Skip to content

Instantly share code, notes, and snippets.

@stephenmirving
Last active January 11, 2024 07:06
Show Gist options
  • Save stephenmirving/00b38dc04c47ad7b52939ff4231938c3 to your computer and use it in GitHub Desktop.
Save stephenmirving/00b38dc04c47ad7b52939ff4231938c3 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"cssPeek.peekToExclude": [
"**/node_modules/**",
"**/bower_components/**",
"**/*.min.css"
],
"tabnine.experimentalAutoImports": true,
"cssPeek.peekFromLanguages": [
"html",
"django-html",
"laravel-blade",
"razor",
"vue",
"blade",
"pug",
"jade",
"handlebars",
"php",
"twig",
"md",
"nunjucks",
"erb",
"HTML (Eex)",
"html-eex",
"ejs",
"hbs",
"svelte"
],
"workbench.colorTheme": "Seti Monokai: Space",
"tabnine.receiveBetaChannelUpdates": true,
"attrsSorter.order": [
"for", "id", "rel", "class", "type", "lang", "charset", "http-equiv", "name", "viewport",
"property", "content", "form", "action", "formaction", "async", "defer",
"style", "srcset", "src", "href", "hreflang", "preload", "as", "value",
"colspan", "rowspan", "scope", "size", "width", "height", "target", "alt",
"data-*", "placeholder", "title", "tabindex", "min", "max", "sandbox",
"allowfullscreen", "allow", "volume", "role", "aria-*", "aria-",
"autocomplete", "autofocus", "required", "download", "controls", "autoplay",
"muted", "loop", "draggable", "checked", "readonly", "hidden", "disabled"
],
"autoprefixer.findExternalAutoprefixer": true,
"autoprefixer.formatOnSave": false,
"cdnjs.cacheTime": 300,
"cdnjs.maxRecentLibraries": 5,
"cdnjs.protocol": "https://",
"cdnjs.quoteStyle": "double",
"color-highlight.languages": ["*", "!html"],
"color-highlight.markerType": "background",
"colorInfo.fields": [
"preview", "hex", "rgb", "hsl", "alpha", "css-color-name"
],
"colorInfo.languages": [
{
"selector": "css",
"colors": "css"
},
{
"selector": "sass",
"colors": ["hex", "hex+alpha", "rgb", "hsl"]
},
{
"selector": "scss",
"colors": ["hex", "hex+alpha", "rgb", "hsl"]
},
{
"selector": "less",
"colors": "css"
},
{
"selector": "html",
"colors": "css"
}
],
"[css]": {
"editor.tabSize": 2,
"editor.formatOnSave": false,
"editor.insertSpaces": true
},
"css.completion.completePropertyWithSemicolon": true,
"css.completion.triggerPropertyValueCompletion": true,
"css.validate": false,
"deepscan.enable": true,
"deepscan.ignoreConfirmWarning": true,
"deepscan.ignorePatterns": ["*.min.js"],
"deepscan.serverEmbedded.eslint.enable": true,
"deepscan.serverEmbedded.eslint.merge": "eslint",
"diffEditor.ignoreTrimWhitespace": false,
"doiuse.enable": false,
"doiuse.run": "onType",
"doiuse.messageLevel": "Information",
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "smart",
"editor.accessibilitySupport": "off",
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoIndent": "full",
"editor.guides.bracketPairs": true,
"editor.codeLens": true,
"editor.colorDecorators": false,
"editor.copyWithSyntaxHighlighting": false,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorSurroundingLines": 5,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.dragAndDrop": true,
"editor.emptySelectionClipboard": true,
"editor.fastScrollSensitivity": 5,
"editor.find.autoFindInSelection": "multiline",
"editor.folding": true,
"editor.fontFamily": "Operator Mono SSm Lig Medium",
"editor.fontLigatures": true,
"editor.fontSize": 19,
"editor.fontWeight": "500",
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.glyphMargin": true,
"editor.hover.delay": 400,
"editor.hover.enabled": true,
"editor.hover.sticky": true,
"editor.insertSpaces": true,
"editor.largeFileOptimizations": true,
"editor.letterSpacing": 0.15,
"editor.lineHeight": 25,
"editor.lineNumbers": "on",
"editor.links": true,
"editor.matchBrackets": "never",
"editor.maxTokenizationLineLength": 20000,
"editor.minimap.maxColumn": 85,
"editor.minimap.renderCharacters": true,
"editor.minimap.showSlider": "mouseover",
"editor.mouseWheelZoom": true,
"editor.overviewRulerBorder": true,
"editor.parameterHints.cycle": true,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.quickSuggestionsDelay": 10,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.rulers": [80, 100, 120],
"editor.selectionHighlight": true,
"editor.smoothScrolling": true,
"editor.snippetSuggestions": "top",
"editor.stickyScroll.enabled": true,
"editor.stickyScroll.maxLineCount": 6,
"editor.suggest.snippetsPreventQuickSuggestions": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {
"[Blueberry Banana]": {
"textMateRules": [
{
"scope": [
"comment.block.documentation",
"comment.line.character",
"comment.line.double-slash",
"comment.line.number-sign",
"constant.language",
"entity.name.class",
"entity.name.type.class",
"entity.other.attribute-name",
"entity.other.attribute-name.class.css",
"keyword.control",
"keyword.other",
"storage.modifier",
"storage.type",
"support.type.vendored.property-name.css"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.type.instance.jsdoc",
"keyword.control.flow",
"keyword.operator",
"punctuation.definition.comment",
"variable.other.jsdoc",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
},
"[Bio Dark]": {
"textMateRules": [
{
"scope": [
"comment.block.documentation",
"comment.line.character",
"comment.line.double-slash",
"comment.line.number-sign",
"constant.language",
"entity.name.class",
"entity.name.type.class",
"entity.other.attribute-name",
"entity.other.attribute-name.class.css",
"keyword.control",
"keyword.other",
"storage.modifier",
"storage.type",
"support.type.vendored.property-name.css"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.type.instance.jsdoc",
"keyword.control.flow",
"keyword.operator",
"punctuation.definition.comment",
"variable.other.jsdoc",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
},
"[Gloom]": {
"textMateRules": [
{
"scope": [
"comment.block.documentation",
"comment.line.character",
"comment.line.double-slash",
"comment.line.number-sign",
"constant.language",
"entity.name.class",
"entity.name.type.class",
"entity.other.attribute-name",
"entity.other.attribute-name.class.css",
"keyword.control",
"keyword.other",
"storage.modifier",
"storage.type",
"support.type.vendored.property-name.css"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.type.instance.jsdoc",
"keyword.control.flow",
"keyword.operator",
"punctuation.definition.comment",
"variable.other.jsdoc",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
},
"[Monokai Dark Soda]": {
"textMateRules": [
{
"scope": [
"comment.block.documentation",
"comment.line.character",
"comment.line.double-slash",
"comment.line.number-sign",
"constant.language",
"entity.name.class",
"entity.name.type.class",
"entity.other.attribute-name",
"entity.other.attribute-name.class.css",
"keyword.control",
"keyword.other",
"storage.modifier",
"storage.type",
"support.type.vendored.property-name.css"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.type.instance.jsdoc",
"keyword.control.flow",
"keyword.operator",
"punctuation.definition.comment",
"variable.other.jsdoc",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
},
"[Monokai Seti]": {
"strings": {
"foreground": "#BADDF4",
"fontStyle": "italic"
},
"comments": {
"fontStyle": "italic"
},
},
"[Plastic]": {
"textMateRules": [
{
"scope": [
"comment.block.documentation",
"comment.line.character",
"comment.line.double-slash",
"comment.line.number-sign",
"constant.language",
"entity.name.class",
"entity.name.type.class",
"entity.other.attribute-name",
"entity.other.attribute-name.class.css",
"keyword.control",
"keyword.other",
"storage.modifier",
"storage.type",
"support.type.vendored.property-name.css"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid"
],
"settings": {
"fontStyle": "bold"
}
},
{
"scope": [
"entity.name.type.instance.jsdoc",
"keyword.control.flow",
"keyword.operator",
"punctuation.definition.comment",
"variable.other.jsdoc",
"variable.parameter"
],
"settings": {
"fontStyle": ""
}
}
]
}
},
"editor.trimAutoWhitespace": true,
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.wordWrapColumn": 80,
"editor.wrappingIndent": "indent",
"emmet.preferences": {
"bem.elementSeparator": "__",
"bem.modifierSeparator": "--",
"css.floatUnit": "rem",
"css.fuzzySearchMinScore": 0.7,
"css.intUnit": "px",
"css.oProperties": "",
"css.propertyEnd": ";",
"css.valueSeparator": ": ",
"css.webkitProperties": "clip-path",
"format.forceIndentationForTags": [
"body",
"head"
],
"format.noIndentTags": [
"html"
],
"sass.propertyEnd": ";",
"sass.valueSeparator": ": ",
},
"emmet.optimizeStylesheetParsing": true,
"emmet.showAbbreviationSuggestions": true,
"emmet.showSuggestionsAsSnippets": true,
"eslint.run": "onType",
"eslint.validate": [
"javascript",
"javascriptreact"
],
"explorer.decorations.badges": false,
"files.autoSaveDelay": 30000,
"files.enableTrash": true,
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.allowForcePush": true,
"git.autofetch": true,
"highlight-matching-tag.styles": {
"opening": {
"name": {
"underline": "#CCFF"
}
}
},
"[html]": {
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoClosingQuotes": "beforeWhitespace",
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": "never"
},
// "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "vscode.html-language-features",
// "editor.defaultFormatter": "mrmlnc.vscode-attrs-sorter",
"editor.stickyScroll.enabled" : false,
},
"[php]": {
"editor.stickyScroll.enabled": false,
},
"html.format.enable": true,
"html.format.indentInnerHtml": false,
"html.format.extraLiners": "body, header, nav, footer, script, style",
"html.format.wrapAttributes": "aligned-multiple",
"html.format.wrapAttributesIndentSize": 2,
"indentRainbow.ignoreErrorLanguages": ["javascript", "plaintext", "scss", "css", "html"],
"indentRainbow.ignoreLinePatterns": [
"/[ \t]* [*]/g",
"/[ \t]+[/]{2}/g"
],
"indentRainbow.colors": [
"rgba(48, 25, 200, 0.2)",
"rgba(26, 147, 11, 0.2)",
"rgba(255, 0, 255, 0.2)",
"rgba(246, 126, 126, 0.2)"
],
"indentRainbow.tabmixColor": "rgba(234, 4, 8, 0.6)",
"[javascript]": {
"editor.tabSize": 2,
"editor.formatOnSave": false
},
"javascript.format.enable": true,
"javascript.format.insertSpaceAfterCommaDelimiter": true,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"javascript.format.insertSpaceAfterSemicolonInForStatements": true,
"javascript.format.insertSpaceBeforeAndAfterBinaryOperators": true,
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": false,
"js/ts.implicitProjectConfig.checkJs": true,
"javascript.preferences.importModuleSpecifier": "relative",
"javascript.preferences.quoteStyle": "single",
"javascript.referencesCodeLens.enabled": false,
"javascript.suggest.completeJSDocs": true,
"javascript.suggest.enabled": true,
"javascript.suggest.names": true,
"javascript.suggest.paths": true,
"javascript.validate.enable": false,
"[javascriptreact]": {
"editor.tabSize": 2,
},
"[json]": {
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"editor.tabSize": 4
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": false,
"editor.insertSpaces": true,
"editor.tabSize": 4,
},
"json.format.enable": true,
"less.validate": false,
"[markdown]": {
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#dd0531"
},
{
"name": "Azure Blue",
"value": "#007fff"
},
{
"name": "JavaScript Yellow",
"value": "#f9e64f"
},
{
"name": "Mandalorian Blue",
"value": "#1857a4"
},
{
"name": "Node Green",
"value": "#215732"
},
{
"name": "React Blue",
"value": "#61dafb"
},
{
"name": "Something Different",
"value": "#832561"
},
{
"name": "Svelte Orange",
"value": "#ff3d00"
},
{
"name": "Vue Green",
"value": "#42b883"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},
{
"name": "C# Purple",
"value": "#68217A"
},
{
"name": "Gatsby Purple",
"value": "#639"
},
{
"name": "Go Cyan",
"value": "#5dc9e2"
},
{
"name": "Java Blue-Gray",
"value": "#557c9b"
},
{
"name": "MUSC Blue",
"value": "#00447C"
}
],
"postcssSorting.config": {
"properties-order": [
"all",
"content",
"isolation",
"position",
"inset",
"top",
"right",
"bottom",
"left",
"z-index",
"display",
"vertical-align",
"flex",
"flex-grow",
"flex-shrink",
"flex-basis",
"flex-direction",
"flex-flow",
"flex-wrap",
"grid",
"grid-area",
"grid-template",
"grid-template-areas",
"grid-template-rows",
"grid-template-columns",
"grid-row",
"grid-row-start",
"grid-row-end",
"grid-column",
"grid-column-start",
"grid-column-end",
"grid-auto-rows",
"grid-auto-columns",
"grid-auto-flow",
"grid-gap",
"grid-row-gap",
"grid-column-gap",
"gap",
"row-gap",
"column-gap",
"align-items",
"align-content",
"justify-items",
"justify-content",
"align-self",
"justify-self",
"place-content",
"place-items",
"place-self",
"order",
"float",
"clear",
"object-fit",
"object-position",
"overflow",
"overflow-x",
"overflow-y",
"overflow-scrolling",
"clip",
"clip-path",
"clip-rule",
"mask",
"mask-clip",
"mask-composite",
"mask-image",
"mask-origin",
"mask-position",
"mask-repeat",
"mask-size",
"mask-border",
"mask-border-color",
"mask-border-mode",
"mask-border-outset",
"mask-border-repeat",
"mask-border-slice",
"mask-border-source",
"mask-border-width",
"box-sizing",
"width",
"min-width",
"max-width",
"height",
"min-height",
"max-height",
"aspect-ratio",
"padding",
"padding-inline",
"padding-block",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"border",
"border-spacing",
"border-collapse",
"border-width",
"border-style",
"border-color",
"border-top",
"border-top-width",
"border-top-style",
"border-top-color",
"border-right",
"border-right-width",
"border-right-style",
"border-right-color",
"border-bottom",
"border-bottom-width",
"border-bottom-style",
"border-bottom-color",
"border-left",
"border-left-width",
"border-left-style",
"border-left-color",
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"border-image",
"border-image-source",
"border-image-slice",
"border-image-width",
"border-image-outset",
"border-image-repeat",
"border-top-image",
"border-right-image",
"border-bottom-image",
"border-left-image",
"border-corner-image",
"border-top-left-image",
"border-top-right-image",
"border-bottom-right-image",
"border-bottom-left-image",
"margin",
"margin-inline",
"margin-block",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"background",
"background-color",
"background-image",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-clip",
"background-origin",
"background-size",
"background-repeat",
"image-rendering",
"color",
"caret-color",
"box-decoration-break",
"box-shadow",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"table-layout",
"caption-side",
"empty-cells",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image",
"font",
"font-family",
"font-size",
"font-weight",
"font-style",
"font-variant",
"font-size-adjust",
"font-stretch",
"src",
"line-height",
"letter-spacing",
"quotes",
"counter-increment",
"counter-reset",
"-ms-writing-mode",
"white-space",
"white-space-collapse",
"text-transform",
"text-align",
"text-align-last",
"text-decoration",
"text-emphasis",
"text-emphasis-position",
"text-emphasis-style",
"text-emphasis-color",
"text-indent",
"text-justify",
"text-outline",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"text-shadow",
"word-spacing",
"word-wrap",
"word-break",
"overflow-wrap",
"tab-size",
"hyphens",
"interpolation-mode",
"opacity",
"visibility",
"filter",
"resize",
"cursor",
"pointer-events",
"user-select",
"unicode-bidi",
"direction",
"columns",
"column-span",
"column-width",
"column-count",
"column-fill",
"column-gap",
"column-rule",
"column-rule-width",
"column-rule-style",
"column-rule-color",
"break-before",
"break-inside",
"break-after",
"page-break-before",
"page-break-inside",
"page-break-after",
"orphans",
"widows",
"zoom",
"max-zoom",
"min-zoom",
"user-zoom",
"orientation",
"fill",
"stroke",
"transition",
"transition-delay",
"transition-timing-function",
"transition-duration",
"transition-property",
"transform",
"transform-origin",
"animation",
"animation-name",
"animation-duration",
"animation-play-state",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"animation-fill-mode"
],
"unspecified": "bottom"
},
"prettier.arrowParens": "avoid",
"prettier.bracketSpacing": true,
"prettier.endOfLine": "lf",
"prettier.htmlWhitespaceSensitivity": "strict",
"prettier.jsxSingleQuote": true,
"prettier.printWidth": 80,
"prettier.proseWrap": "always",
"prettier.quoteProps": "consistent",
"prettier.requireConfig": false,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "none",
"prettier.useTabs": false,
"px-to-rem.notify-if-no-changes": true,
"px-to-rem.number-of-decimals-digits": 5,
"px-to-rem.only-change-first-ocurrence": false,
"px-to-rem.px-per-rem": 16,
"px2vworvh.height": 1080,
"px2vworvh.toFixedNum": 5,
"px2vworvh.width": 1920,
"references.preferredLocation": "peek",
"rewrap.doubleSentenceSpacing": false,
"rewrap.wrappingColumn": 80,
"rewrap.reformat": true,
"rewrap.autoWrap.enabled": false,
"[sass]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[scss]": {
"editor.insertSpaces": true,
"editor.formatOnSave": false,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll": "never",
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"scss.validate": false,
"search.smartCase": true,
"sortLines.filterBlankLines": true,
"stylelint.enable": true,
"stylelint.validate": [
"css",
"postcss",
"scss"
],
"surround.custom": {
"forReverse": {
"label": "reverse for",
"description": "for (let i = len; i--;) { ... }",
"disabled": false,
"snippet": "for (let ${1:i} = ${2:0}; $1--;) {\n\t$TM_SELECTED_TEXT\n}$0"
},
"iife": {
"label": "IIFE",
"description": "(function () { ... })();",
"disabled": false,
"snippet": "(function (${1:args}) {\n\t$TM_SELECTED_TEXT$0\n})(${2:passedArgs});"
},
"iifeRoot": {
"label": "IIFE root scope",
"description": "(function (win, doc) { ... })(this, document);",
"disabled": false,
"snippet": "(function (${1:win}, ${2:doc}) {\n\t$TM_SELECTED_TEXT$0\n})(${3:this}, ${4:document});"
},
"iifeArrow": {
"label": "IIFE arrow fn",
"description": "(() => { ... })();",
"disabled": false,
"snippet": "((${1:args}) => {\n\t$TM_SELECTED_TEXT$0\n})(${2:passedArgs});"
}
},
"surround.with.fori": {
"label": "fori",
"description": "for (let i = 0; ... ; ++i) { ... }",
"disabled": false,
"snippet": "for (let ${1:i} = ${2:0}; ${3:conditions}; ++$1) {\n\t$TM_SELECTED_TEXT\n}$0"
},
"surround.with.tryFinally": {
"label": "try/finaly",
"description": "try { ... } finally { $finalBlock }",
"disabled": true,
"snippet": "try {\n\t$TM_SELECTED_TEXT\n} finally {\n\t$1\n}$0"
},
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "Fira Mono, Source Code Pro, Input Mono, monospace",
"terminal.integrated.fontSize": 16,
"todo.archive.name": "Archive",
"todo.file.defaultContent": "\nTODO:\n ☐ Item\n",
"todo.file.exclude": [
"**/.!(todo|todos|task|tasks)/**",
"**/_output/**",
"**/bower_components/**",
"**/build/**",
"**/dist/**",
"**/node_modules/**",
"**/out/**",
"**/output/**",
"**/release/**",
"**/releases/**",
"**/static/**",
"**/target/**",
"**/third_party/**",
"**/vendor/**"
],
"todo.file.name": ".todo",
"todohighlight.exclude": [
"**/node_modules/**",
"**/bower_components/**",
"**/dist/**",
"**/build/**",
"**/.vscode/**",
"**/.github/**",
"**/_output/**",
"**/*.min.*",
"**/*.map",
"**/.next/**"
],
"todohighlight.defaultStyle": {
"backgroundColor": "#EF3437AA",
"color": "#040628AA",
"overviewRulerColor": "#F9F90EAA"
},
"todohighlight.isCaseSensitive": true,
"todohighlight.keywords": ["TODO"],
"typescript.format.enable": false,
"vscode-edge-devtools.port": 5500,
"vscode-edge-devtools.sourceMaps": true,
"vsintellicode.java.completionsEnabled": true,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vsintellicode.python.completionsEnabled": true,
"vsintellicode.typescript.completionsEnabled": true,
"workbench.colorCustomizations": {
"[Dracula Falcon]": {
"editor.findMatchBackground": "#F007",
"editor.findMatchHighlightBackground": "#0FF5"
},
"[ƒ - Monokai - Operator Mono/Italic]": {
"editor.findMatchBackground": "#F00A",
"editor.findMatchHighlightBackground": "#09F3",
"editorOverviewRuler.findMatchForeground": "#F00A",
"editorWhitespace.foreground": "#444",
"sideBar.foreground": "#0BF",
"tab.activeBorder": "#0BF",
"tab.activeForeground": "#0BF",
"tab.activeModifiedBorder": "#0BF",
},
"[Horizon Italic]": {
"editor.findMatchBackground": "#F00A",
"editor.findMatchHighlightBackground": "#09F3",
"scrollbarSlider.hoverBackground": "#AF0A2655",
"scrollbarSlider.activeBackground": "#A0142C99"
},
"[Monokai Seti]": {
"editor.findMatchBackground": "#F00A",
"editor.findMatchHighlightBackground": "#09F3",
"editorOverviewRuler.findMatchForeground": "#F00A"
},
"[Noctis Azureus]": {
"editor.findMatchBackground": "#F007",
"editor.findMatchHighlightBackground": "#0FF5"
},
"[Snazzy Operator]": {
"editor.findMatchBackground": "#F007",
"editor.findMatchHighlightBackground": "#0FF5"
},
"[Snazzy Plus - Darker w/ Italics]": {
"editor.findMatchBackground": "#F007",
"editor.findMatchHighlightBackground": "#0FF5"
},
"[Theme Bear]": {
"tab.activeForeground": "#FFF",
"editor.findMatchBackground": "#F006",
"editor.findMatchHighlightBackground": "#09F5"
},
"[United Ubuntu]": {
"tab.activeForeground": "#1FF"
},
"statusBar.foreground": "#FFF",
},
"workbench.editor.highlightModifiedTabs": true,
"workbench.editor.tabSizing": "shrink",
"workbench.settings.editor": "json",
"workbench.settings.openDefaultSettings": false,
"workbench.sideBar.location": "left",
"workbench.startupEditor": "newUntitledFile",
"workspaceExplorer.workspaceStorageDirectory": "D:\\Workspace\\vscode-workspaces",
"zenMode.centerLayout": true,
"zenMode.fullScreen": true,
"zenMode.hideActivityBar": true,
"zenMode.hideLineNumbers": false,
"zenMode.hideStatusBar": true,
"gitlens.views.repositories.branches.layout": "list",
"extensions.autoUpdate": true,
"gitlens.views.repositories.files.layout": "tree",
"terminal.external.windowsExec": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"html.autoClosingTags": true,
"editor.linkedEditing": true,
"guides.overrideDefault": true,
"workbench.iconTheme": "vscode-great-icons",
"[python]": {
"editor.wordBasedSuggestions": "matchingDocuments"
},
"vscode-edge-devtools.browserFlavor": "Default",
"editor.minimap.enabled": false,
"git.enableSmartCommit": true,
"breadcrumbs.enabled": false,
"php.validate.executablePath": "C:\\Users\\dinos\\AppData\\Local\\xampp\\php\\php.exe",
"http.proxyAuthorization": null,
"http.proxySupport": "on",
"git.confirmSync": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment