Skip to content

Instantly share code, notes, and snippets.

@mbixby
Created July 22, 2022 08:45
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 mbixby/76ff28b1c21cacab40c7360ad960fcc2 to your computer and use it in GitHub Desktop.
Save mbixby/76ff28b1c21cacab40c7360ad960fcc2 to your computer and use it in GitHub Desktop.
Vscode

{ "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "workbench.activityBar.visible": false, "editor.fontSize": 15.5, "editor.fontFamily": "Monaco Lives For Powerline", "editor.fontLigatures": true, "editor.wordWrap": "on", "editor.wordWrapColumn": 90, "editor.suggest.showStatusBar": true, "workbench.editor.centeredLayoutAutoResize": false, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "gitlens.hovers.currentLine.over": "line", "gitlens.currentLine.enabled": false, "gitlens.hovers.avatars": false, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "search.globalFindClipboard": true, "javascript.updateImportsOnFileMove.enabled": "always", "editor.tokenColorCustomizations": { // #252B3a - background // #c1cee5 - foreground // #C3CEE3 - comment blue light // #7081BE - comment blue main "[Material Facebook Blue]": { "numbers": "#18C9C9", "strings": "#D5D5CA", "textMateRules": [ { "scope": "meta.function-call entity.name.function", "settings": { "foreground": "#8be9ee" } }, { "scope": "entity.name.function", "settings": { "foreground": "#c1cee5" } }, { "scope": "entity.other.attribute-name.class", "settings": { "foreground": "#ffffff", "fontStyle": "" } }, { "scope": "entity.other.attribute-name.pseudo-class", "settings": { "foreground": "#ffffff", "fontStyle": "italic" } }, { "scope": "variable.other, meta.import, meta.definition, variable.other.constant, meta.objectliteral, entity.other.attribute-name, support.type.vendored", "settings": { "foreground": "#c1cee5" } }, { "scope": "storage.type, support.type", "settings": { "foreground": "#ffffff", "fontStyle": "" } }, { "scope": "meta.brace, meta.block, meta.arrow, punctuation.section, punctuation.terminator, punctuation.definition.dictionary, punctuation.definition.array, punctuation.separator.list, punctuation.separator.array", "settings": { "foreground": "#798194" } }, { "scope": "meta.jsx.children", "settings": { "foreground": "#D5D5CA" } } ] } }, "workbench.startupEditor": "newUntitledFile", "workbench.colorCustomizations": { "[Material Facebook Blue]": { // #252B3a - background v1 // #242a39 - background v2 (iMac) "background": "#242a39", "editor.background": "#242a39", "sideBar.background": "#242a39", "statusBar.background": "#242a39", "statusBar.noFolderBackground": "#242a39", "activityBar.background": "#242a39", "editorGroup.border": "#22293780", "scrollbarSlider.background": "#171c2509" } }, "[json]": { "editor.defaultFormatter": "vscode.json-language-features" }, "gitlens.advanced.abbreviatedShaLength": 6, "gitlens.hovers.annotations.changes": false, "gitlens.hovers.annotations.details": false, "gitlens.hovers.enabled": false, "editor.lineNumbers": "off", "editor.hideCursorInOverviewRuler": true, "gitlens.codeLens.enabled": false, "breadcrumbs.filePath": "off", "editor.matchBrackets": "never", "editor.occurrencesHighlight": false, "editor.renderLineHighlight": "none", "editor.overviewRulerBorder": false, "editor.minimap.enabled": false, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "files.exclude": { "**/*.snap": true }, "typescript.updateImportsOnFileMove.enabled": "always", "typescript.tsdk": "node_modules/typescript/lib", "explorer.confirmDragAndDrop": false, "editor.semanticHighlighting.enabled": false, "workbench.colorTheme": "Material Facebook Blue", "[markdown]": { "editor.defaultFormatter": "yzhang.markdown-all-in-one" }, "breadcrumbs.enabled": false, "emmet.excludeLanguages": [ "markdown", "typescript", "javascript" ], "workbench.editor.enablePreview": false, "auto-close-tag.activationOnLanguage": [ "html" ], "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "editor.accessibilitySupport": "off", "workbench.editor.decorations.colors": false, "workbench.editor.decorations.badges": false, "gitlens.menus": { "editor": { "blame": false, "clipboard": true, "compare": true, "history": false, "remote": false }, "editorGroup": false, "editorTab": { "clipboard": true, "compare": true, "history": true, "remote": true }, "scm": { "authors": true }, "scmGroupInline": { "stash": true }, "scmGroup": { "compare": true, "openClose": true, "stash": true }, "scmItem": { "clipboard": true, "compare": true, "history": true, "remote": false, "stash": true } }, "css.lint.validProperties": [ "composes" ], "css.lint.unknownAtRules": "ignore", "git.ignoreMissingGitWarning": true, "security.workspace.trust.untrustedFiles": "open", "debug.console.fontSize": 16, "emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly", "editor.codeActionsOnSave": [ "source.addMissingImports", "source.organizeImports" ], "window.zoomLevel": 1, "codesnap.backgroundColor": "", "codesnap.boxShadow": "none", "codesnap.containerPadding": "3", "codesnap.showWindowControls": false, "codesnap.transparentBackground": true, "editor.renderWhitespace": "none", "markdown-preview-github-styles.colorTheme": "light", "editor.bracketPairColorization.enabled": false }

// Place your key bindings in this file to override the defaults [ { "key": "shift+cmd+.", "command": "editor.action.quickFix" }, { "key": "cmd+b", "command": "-markdown.extension.editing.toggleBold", "when": "editorTextFocus && !editorReadonly && editorLangId == 'markdown'" }, { "key": "cmd+k", "command": "workbench.debug.panel.action.clearReplAction" }, { "key": "ctrl+e", "command": "-cursorLineEnd", "when": "textInputFocus" }, { "key": "ctrl+e", "command": "editor.emmet.action.expandAbbreviation", "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, { "key": "tab", "command": "-editor.emmet.action.expandAbbreviation", "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, { "key": "f8", "command": "workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f5", "command": "-workbench.action.debug.continue", "when": "debugState == 'stopped'" }, { "key": "f8", "command": "workbench.action.debug.start", "when": "debuggersAvailable && debugState == 'inactive'" }, { "key": "f5", "command": "-workbench.action.debug.start", "when": "debuggersAvailable && debugState == 'inactive'" }, ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment