Last active
February 20, 2025 06:56
-
-
Save enchant3dmango/0cb0ec4e010a8898db8776f0d11d70c1 to your computer and use it in GitHub Desktop.
My VS Code settings.
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
| { | |
| "[css]": { | |
| "editor.defaultFormatter": "vscode.css-language-features" | |
| }, | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "[java]": { | |
| "editor.defaultFormatter": "redhat.java" | |
| }, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[json]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[python]": { | |
| "editor.defaultFormatter": "charliermarsh.ruff", | |
| "editor.formatOnType": true | |
| }, | |
| "[solidity]": { | |
| "editor.defaultFormatter": "NomicFoundation.hardhat-solidity", | |
| "editor.formatOnSave": true | |
| }, | |
| "[sql]": { | |
| "editor.defaultFormatter": "inferrinizzard.prettier-sql-vscode" | |
| }, | |
| "[xml]": { | |
| "editor.defaultFormatter": "redhat.vscode-xml" | |
| }, | |
| "[yaml]": { | |
| "editor.formatOnSave": false, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "breadcrumbs.enabled": false, | |
| "chat.commandCenter.enabled": false, // GitHub Copilot | |
| "custom-ui-style.electron": { | |
| "titleBar": "hiddenInset", | |
| "trafficLightPosition": { | |
| "x": 20, | |
| "y": 16 | |
| } | |
| }, | |
| "custom-ui-style.font.sansSerif": "GeistMono Nerd Font Propo", | |
| "custom-ui-style.stylesheet": { | |
| ".editor-widget.find-widget": "box-shadow: none; border-radius: 4px;", | |
| ".monaco-action-bar.quick-input-inline-action-bar": "display: none;", | |
| ".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #FFC0CB 10%, #DA70D6 100%);", | |
| ".monaco-editor .scroll-decoration": "box-shadow: 0px 0px 20px rgba(0, 0, 0, .75) !important; top: -6px !important;", | |
| ".monaco-icon-description-container .label-description": "color: #808080 !important;", | |
| ".monaco-list-row.focused": "outline: none !important;", | |
| ".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important;", | |
| ".monaco-workbench .part.editor > .content .editor-group-container > .title > .label-container > .title-label": "padding-left: 60px;", | |
| ".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none;", | |
| ".monaco-workbench .part.sidebar > .title": "padding: 0 !important", | |
| ".monaco-workbench .part.sidebar > .title > .title-label h2": "color: #DA70D6 !important;", | |
| ".monaco-scrollable-element > .shadow.top": "display: none;", | |
| ".notification-toast": "box-shadow: none !important;", | |
| ".quick-input-list .scrollbar": "display: none;", | |
| ".quick-input-titlebar": "background: #100B15 !important;", | |
| ".quick-input-widget": "top: 25vh !important;", | |
| ".quick-input-widget.show-file-icons": "box-shadow: none !important;", | |
| ".search-icon": "display: none !important;", | |
| ".search-label": "font-family: GeistMono Nerd Font Propo !important; font-size: 12px !important; color: #FFFF; display: block;", | |
| ".sidebar": "border: none !important;", | |
| ".slider": "position: absolute !important; right: 5px !important; width: 5px !important; background: #DA70D6 !important; left: auto !important;", | |
| ".title-actions": "display: none !important;", | |
| ".title .monaco-icon-label.file-icon": "margin: 0 60px;", | |
| ".title .monaco-icon-label:after": "margin-right: 0;", | |
| ".title .monaco-icon-name-container .label-name": "color: #DA70D6 !important;", | |
| ".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important;" | |
| }, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "editor.codeLens": true, | |
| "editor.colorDecorators": true, | |
| "editor.cursorBlinking": "smooth", | |
| "editor.cursorSmoothCaretAnimation": "on", | |
| "editor.cursorStyle": "block", | |
| "editor.detectIndentation": true, | |
| "editor.fontFamily": "GeistMono Nerd Font Propo", | |
| "editor.fontLigatures": "'calt', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum'", | |
| "editor.fontSize": 14, | |
| "editor.fontWeight": "normal", | |
| "editor.guides.indentation": true, | |
| "editor.hideCursorInOverviewRuler": true, | |
| "editor.hover.enabled": true, | |
| "editor.largeFileOptimizations": false, | |
| "editor.lightbulb.enabled": "onCode", | |
| "editor.lineNumbers": "on", | |
| "editor.links": true, | |
| "editor.matchBrackets": "always", | |
| "editor.minimap.enabled": false, | |
| "editor.minimap.renderCharacters": false, | |
| "editor.occurrencesHighlight": "singleFile", | |
| "editor.overviewRulerBorder": false, | |
| "editor.parameterHints.enabled": true, | |
| "editor.renderLineHighlight": "all", | |
| "editor.renderWhitespace": "none", | |
| "editor.scrollbar.horizontal": "auto", | |
| "editor.scrollbar.vertical": "auto", | |
| "editor.selectionHighlight": true, | |
| "editor.showFoldingControls": "mouseover", | |
| "editor.snippetSuggestions": "top", | |
| "editor.stickyScroll.defaultModel": "outlineModel", | |
| "editor.stickyScroll.enabled": true, | |
| "editor.tabCompletion": "on", | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [ | |
| { | |
| "scope": "comment", | |
| "settings": { | |
| "fontStyle": "italic" | |
| } | |
| } | |
| ] | |
| }, | |
| "emmet.triggerExpansionOnTab": true, | |
| "explorer.compactFolders": false, | |
| "explorer.confirmDragAndDrop": true, | |
| "explorer.confirmDelete": true, | |
| "explorer.decorations.badges": false, | |
| "files.insertFinalNewline": true, | |
| "files.trimTrailingWhitespace": true, | |
| "files.watcherExclude": { | |
| "**/.bloop": true, | |
| "**/.metals": true, | |
| "**/.ammonite": true | |
| }, | |
| "git.autofetch": true, | |
| "git.confirmSync": false, | |
| "git.decorations.enabled": true, | |
| "git.enableSmartCommit": true, | |
| "git.openRepositoryInParentFolders": "always", | |
| "github.copilot.advanced": { | |
| "authProvider": "github" | |
| }, | |
| "gitlens.advanced.messages": { | |
| "suppressGitDisabledWarning": true, | |
| "suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true | |
| }, | |
| "gitlens.currentLine.pullRequests.enabled": false, | |
| "gitlens.hovers.autolinks.enhanced": false, | |
| "gitlens.hovers.pullRequests.enabled": false, | |
| "gitlens.statusBar.pullRequests.enabled": false, | |
| "gitlens.views.branches.pullRequests.enabled": false, | |
| "gitlens.views.branches.pullRequests.showForBranches": false, | |
| "gitlens.views.branches.pullRequests.showForCommits": false, | |
| "gitlens.views.commits.pullRequests.enabled": false, | |
| "gitlens.views.commits.pullRequests.showForBranches": false, | |
| "gitlens.views.commits.pullRequests.showForCommits": false, | |
| "gitlens.views.contributors.pullRequests.enabled": false, | |
| "gitlens.views.contributors.pullRequests.showForCommits": false, | |
| "gitlens.views.remotes.pullRequests.showForCommits": false, | |
| "gitlens.views.remotes.pullRequests.showForBranches": false, | |
| "gitlens.views.remotes.pullRequests.enabled": false, | |
| "gitlens.views.repositories.pullRequests.showForCommits": false, | |
| "gitlens.views.repositories.pullRequests.showForBranches": false, | |
| "gitlens.views.repositories.pullRequests.enabled": false, | |
| "gitlens.views.searchAndCompare.pullRequests.showForCommits": false, | |
| "gitlens.views.searchAndCompare.pullRequests.enabled": false, | |
| "go.toolsManagement.autoUpdate": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "makefile.configureOnOpen": true, | |
| "material-icon-theme.hidesExplorerArrows": true, | |
| "python.terminal.activateEnvironment": true, | |
| "redhat.telemetry.enabled": false, | |
| "scm.diffDecorations": "all", | |
| "scm.graph.badges": "all", | |
| "solidity.telemetry": true, | |
| "terminal.integrated.allowedLinkSchemes": [ | |
| "file", | |
| "http", | |
| "https", | |
| "mailto", | |
| "vscode", | |
| "vscode-insiders", | |
| "docker-desktop" | |
| ], | |
| "terminal.integrated.autoReplies": {}, | |
| "terminal.integrated.defaultProfile.windows": "PowerShell", | |
| "terminal.integrated.gpuAcceleration": "auto", | |
| "terminal.integrated.fontFamily": "GeistMono Nerd Font Propo", | |
| "terminal.integrated.fontSize": 14, | |
| "terminal.integrated.fontWeight": "normal", | |
| "terminal.integrated.lineHeight": 1, | |
| "window.commandCenter": false, | |
| "window.customTitleBarVisibility": "never", | |
| "window.titleBarStyle": "native", | |
| "workbench.activityBar.location": "bottom", | |
| "workbench.colorCustomizations": { | |
| "editorCursor.background": "#000000", | |
| "editorOverviewRuler.wordHighlightStrongForeground": "#0000", | |
| "editorOverviewRuler.selectionHighlightForeground": "#0000", | |
| "editorOverviewRuler.rangeHighlightForeground": "#0000", | |
| "editorOverviewRuler.wordHighlightForeground": "#0000", | |
| "editorOverviewRuler.bracketMatchForeground": "#0000", | |
| "editorOverviewRuler.findMatchForeground": "#0000", | |
| "editorOverviewRuler.modifiedForeground": "#FFAA33", | |
| "editorOverviewRuler.deletedForeground": "#FFAA33", | |
| "editorOverviewRuler.warningForeground": "#F2E30C", | |
| "editorOverviewRuler.addedForeground": "#008000", | |
| "editorOverviewRuler.errorForeground": "#FF0000", | |
| "editorOverviewRuler.infoForeground": "#0000FF", | |
| "editorOverviewRuler.border": "#0000", | |
| "tree.indentGuidesStroke": "#008000" | |
| }, | |
| "workbench.colorTheme": "Default Dark Modern", | |
| "workbench.editor.showTabs": "single", | |
| "workbench.editorAssociations": { | |
| "*.xlsx": "gc-excelviewer-excel-editor" | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.layoutControl.enabled": false, | |
| "workbench.navigationControl.enabled": false, | |
| "workbench.settings.applyToAllProfiles": ["editor.codeLensFontFamily"], | |
| "workbench.sideBar.location": "right", | |
| "workbench.startupEditor": "none", | |
| "workbench.statusBar.visible": true, | |
| "workbench.tree.indent": 12, | |
| "workbench.tree.renderIndentGuides": "onHover", | |
| "yaml.schemas": { | |
| "file://${userHome}/.vscode/extensions/atlassian.atlascode-3.0.10/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment