Last active
July 23, 2024 15:48
-
-
Save mbixby/305d98b6d7d33b720e8295492ef7ed22 to your computer and use it in GitHub Desktop.
viscose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adpyke.codesnap | |
| andrewleedham.vscode-css-modules | |
| bateleurio.vscode-combine-scripts | |
| bierner.github-markdown-preview | |
| bierner.markdown-checkbox | |
| bierner.markdown-emoji | |
| bierner.markdown-footnotes | |
| bierner.markdown-mermaid | |
| bierner.markdown-preview-github-styles | |
| bierner.markdown-yaml-preamble | |
| christian-kohler.path-intellisense | |
| clinyong.vscode-css-modules | |
| dakshmiglani.hex-to-rgba | |
| darkriszty.markdown-table-prettify | |
| dbaeumer.vscode-eslint | |
| eamodio.gitlens | |
| earshinov.permute-lines | |
| editorconfig.editorconfig | |
| eramdam.fold-imports | |
| eriklynd.json-tools | |
| esbenp.prettier-vscode | |
| fabiospampinato.vscode-diff | |
| formulahendry.auto-close-tag | |
| formulahendry.auto-rename-tag | |
| github.github-vscode-theme | |
| infarkt.css-to-jss | |
| james-yu.latex-workshop | |
| johnpapa.vscode-peacock | |
| ko-dev.vscode-open-files-in-directory | |
| mgmcdermott.vscode-language-babel | |
| mohsen1.prettify-json | |
| ms-azuretools.vscode-docker | |
| ms-vscode-remote.remote-containers | |
| ms-vscode.cpptools | |
| ms-vscode.sublime-keybindings | |
| ms-vsliveshare.vsliveshare | |
| ms-vsliveshare.vsliveshare-pack | |
| mskelton.npm-outdated | |
| orta.vscode-jest | |
| pflannery.vscode-versionlens | |
| phplasma.csv-to-table | |
| platformio.platformio-ide | |
| pranaygp.vscode-css-peek | |
| rmarganti.vsc-material-facebook-theme | |
| ryu1kn.partial-diff | |
| sleistner.vscode-fileutils | |
| stkb.rewrap | |
| thenikso.github-plus-theme | |
| tyriar.sort-lines | |
| unifiedjs.vscode-mdx | |
| usernamehw.errorlens | |
| vilicvane.es-quotes | |
| visualstudioexptteam.intellicode-api-usage-examples | |
| visualstudioexptteam.vscodeintellicode | |
| wallabyjs.console-ninja | |
| wmaurer.change-case | |
| wscats.qf | |
| yatki.vscode-surround | |
| yoavbls.pretty-ts-errors | |
| yzane.markdown-pdf | |
| yzhang.markdown-all-in-one | |
| zachhardesty.convert-object-to-jsx-vscode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "telemetry.enableCrashReporter": false, | |
| "telemetry.enableTelemetry": 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.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, | |
| "breadcrumbs.filePath": "off", | |
| "editor.matchBrackets": "never", | |
| "editor.occurrencesHighlight": "off", | |
| "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", | |
| "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" | |
| ], | |
| "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, | |
| "workbench.layoutControl.enabled": false, | |
| "terminal.integrated.env.osx": {}, | |
| "mdx.experimentalLanguageServer": true, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "security.promptForLocalFileProtocolHandling": false, | |
| "workbench.activityBar.location": "hidden", | |
| "gitlens.currentLine.enabled": false, | |
| "gitlens.codeLens.enabled": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment