Last active
January 17, 2025 13:44
-
-
Save codejota/44a29319aa43ce2a06bc146aafd300b5 to your computer and use it in GitHub Desktop.
vscode setting.json
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
| { | |
| // ==================== | |
| // VISUAL CONFIGURATION | |
| // ==================== | |
| "workbench.colorCustomizations": { | |
| "tab.activeBorderTop": "#f30a3100", | |
| "editorCursor.foreground": "#cecece", | |
| "editorLineNumber.activeForeground": "#cecece", | |
| "editor.selectionBackground": "#FF3E3E30", | |
| "editor.selectionHighlightBackground": "#FF3E3E30", | |
| "scrollbarSlider.background": "#FF3E3E30", | |
| "scrollbarSlider.hoverBackground": "#FF3E3E30", | |
| "scrollbarSlider.activeBackground": "#FF3E3E30", | |
| "editor.lineHighlightBackground": "#FF3E3E30", | |
| "editorBracketMatch.background": "#FF3E3E30", | |
| "editorGroup.border": "#FF3E3E30", | |
| "editorGroup.focusedEmptyBorder": "#FF3E3E30", | |
| "editorGroupHeader.border": "#FF3E3E30", | |
| "tab.inactiveBackground": "#111010c9" | |
| }, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.productIconTheme": "icons-carbon-tweaked", | |
| // =================== | |
| // UI/UX CONFIGURATION | |
| // =================== | |
| "apc.activityBar": { | |
| "position": "bottom", | |
| "hideSettings": true, | |
| "size": 12, | |
| "fontSize": 12, | |
| "showIcons": true, | |
| "showHighlights": false, | |
| "showBorder": false, | |
| "showActivityBar": true | |
| }, | |
| "apc.menubar.compact": false, | |
| "apc.electron": { | |
| "titleBarStyle": "hiddenInset", | |
| "frame": false, | |
| "vibrancy": "ultra-dark" | |
| }, | |
| "apc.header": { | |
| "height": 30 | |
| }, | |
| "apc.statusBar": { | |
| "position": "editor-bottom", | |
| "height": 20, | |
| "fontSize": 10 | |
| }, | |
| "apc.stylesheet": { | |
| ".title-label > h2": "display: none", | |
| ".title-label": "display: none !important", | |
| ".titlebar-center": "display: none !important", | |
| ".split-view-view .visible": "opacity: 0.90; transparency: 0.1", | |
| ".inline-tabs-placeholder": "display: none !important", | |
| ".part.editor > .content .editor-group-container > .title .tabs-container .tab.sizing-fit": { | |
| "border-radius": "0px 15px 0px 0px" | |
| } | |
| }, | |
| "apc.listRow": { | |
| "height": 20, | |
| "fontSize": 12 | |
| }, | |
| "workbench.activityBar.location": "top", | |
| "workbench.layoutControl.enabled": false, | |
| "workbench.startupEditor": "welcomePage", | |
| "workbench.tree.indent": 20, | |
| "workbench.editor.labelFormat": "short", | |
| "workbench.editor.empty.hint": "hidden", | |
| ".quick-input-widget": "transform: translateY(-50%) !important; top: 50% !important; box-shadow: 0px 8px 20px rgba(0, 0, 0, .45) !important; padding: 10px 10px 18px 10px !important; background-image: gradient(90deg, #2e2e2e, #2e2e2e) !important; backdrop-filter: blur(3px) !important; border-radius: 10px !important; height: 300px !important;", | |
| ".quick-input-filter .monaco-inputbox": "border-radius: 10px !important; padding: 8px !important; border: none !important; background-color: rgba(46, 46, 46, .90) !important; font-size: 14px !important; margin-bottom: 10px !important; font-family: Inter !Important;", | |
| ".monaco-inputbox input::placeholder": "color: rgba(255, 255, 255, .5) !important;", | |
| ".quick-input-list .monaco-list": "max-height: 230px !important;", | |
| ".quick-input-list .monaco-list.list_id_3 .monaco-list-rows": "background: #2e2e2e !important;", | |
| // ===================== | |
| // EDITOR CONFIGURATION | |
| // ===================== | |
| "editor.fontFamily": "'JetBrains Mono NL', Consolas, 'Courier New', monospace", | |
| "editor.lineHeight": 1.8, | |
| "editor.wordWrap": "on", | |
| "editor.renderWhitespace": "none", | |
| "editor.rulers": [80, 120], | |
| "editor.formatOnSave": true, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.detectIndentation": false, | |
| "editor.bracketPairColorization.enabled": false, | |
| "editor.minimap.enabled": false, | |
| "editor.renderLineHighlight": "gutter", | |
| "editor.parameterHints.enabled": true, | |
| "editor.suggestSelection": "first", | |
| "editor.tabSize": 2, | |
| "editor.autoClosingBrackets": "always", | |
| "editor.fontLigatures": true, | |
| "editor.codeLensFontFamily": "Geist Mono", | |
| "editor.inlayHints.fontFamily": "Geist Mono", | |
| "editor.scrollbar.vertical": "visible", | |
| "editor.scrollbar.horizontal": "visible", | |
| "editor.scrollbar.verticalScrollbarSize": 8, | |
| "workbench.editor.enablePreview": false, | |
| "search.showLineNumbers": false, | |
| "editor.scrollbar.horizontalScrollbarSize": 8, | |
| "editor.accessibilitySupport": "off", | |
| "editor.acceptSuggestionOnCommitCharacter": false, | |
| "editor.semanticHighlighting.enabled": false, | |
| // ===================== | |
| // TERMINAL CONFIGURATION | |
| // ===================== | |
| "terminal.integrated.fontFamily": "JetBrainsMono Nerd Font", | |
| "terminal.integrated.fontSize": 12, | |
| "terminal.integrated.gpuAcceleration": "on", | |
| "terminal.integrated.showExitAlert": false, | |
| "terminal.integrated.defaultProfile.osx": "zsh", | |
| "terminal.integrated.shell.osx": "/bin/zsh", | |
| "terminal.explorerKind": "external", | |
| "terminal.external.osxExec": "Warp.app", | |
| "terminal.integrated.env.osx": {}, | |
| // ===================== | |
| // FONT CONFIGURATION | |
| // ===================== | |
| "scm.inputFontFamily": "JetBrainsMono Nerd Font", | |
| "chat.editor.fontFamily": "JetBrainsMono Nerd Font", | |
| "debug.console.fontFamily": "JetBrainsMono Nerd Font", | |
| "notebook.output.fontFamily": "JetBrainsMono Nerd Font", | |
| "markdown.preview.fontFamily": "JetBrainsMono Nerd Font", | |
| // ===================== | |
| // FILE NESTING CONFIGURATION | |
| // ===================== | |
| "explorer.fileNesting.enabled": true, | |
| "explorer.fileNesting.expand": false, | |
| "explorer.fileNesting.patterns": { | |
| "package.json": ".eslint*, prettier*, tsconfig*, vite*, pnpm-lock*, bun.lockb, nest*", | |
| "tailwind.config.js": "tailwind.config*, postcss.config*", | |
| "*.env": ".env.*", | |
| "Gemfile": "Gemfile.lock", | |
| "Dockerfile": ".dockerfile*, docker-compose*, Dockerfile*, .dockerignore, docker-compose.yml, docker-compose.override.yml", | |
| ".gitignore": ".gitattributes, .gitmodules, .gitkeep", | |
| "*.rb": "${basename}_test.rb, ${basename}_spec.rb", | |
| "Rakefile": "*.rake" | |
| }, | |
| // ===================== | |
| // FILE ASSOCIATIONS | |
| // ===================== | |
| "files.associations": { | |
| ".env.*": "dotenv", | |
| ".prettierrc": "json", | |
| "*.css": "css", | |
| ".dev.vars": "dotenv", | |
| ".rb": "ruby", | |
| ".rake": "ruby", | |
| ".erb": "html", | |
| ".html.erb": "html", | |
| "tsx": "typescriptreact", | |
| "jsx": "javascriptreact", | |
| "js": "javascript", | |
| "ts": "typescript", | |
| "scss": "css", | |
| "sass": "css" | |
| }, | |
| // ===================== | |
| // FORMATTING | |
| // ===================== | |
| "[html]": { | |
| "editor.defaultFormatter": "vscode.html-language-features" | |
| }, | |
| "[css]": { | |
| "editor.defaultFormatter": "vscode.css-language-features" | |
| }, | |
| "prettier.tabWidth": 2, | |
| "editor.codeActionsOnSave": { | |
| "source.fixAll.eslint": "explicit" | |
| }, | |
| // ===================== | |
| // OTHER CONFIGURATIONS | |
| // ===================== | |
| "workbench.settings.editor": "json", | |
| "explorer.compactFolders": false, | |
| "extensions.ignoreRecommendations": true, | |
| "explorer.confirmDelete": false, | |
| "explorer.confirmDragAndDrop": false, | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/bower_components": true, | |
| "**/.next": true, | |
| "**/.cache": true, | |
| "**/.yarn": true, | |
| "**/dist": true, | |
| "**/build": true, | |
| "**/coverage": true, | |
| "**/logs": true | |
| }, | |
| "files.exclude": { | |
| "**/node_modules": true, | |
| "**/.next": true, | |
| "**/.cache": true, | |
| "**/.yarn": true, | |
| "**/build": true, | |
| "**/coverage": true, | |
| "**/logs": true, | |
| ".husky": true | |
| }, | |
| "files.watcherExclude": { | |
| "**/node_modules": true, | |
| "**/.next": true, | |
| "**/.cache": true, | |
| "**/.yarn": true, | |
| "**/dist": true, | |
| "**/build": true, | |
| "**/coverage": true, | |
| "**/logs": true | |
| }, | |
| "git.enableSmartCommit": true, | |
| "git.confirmSync": false, | |
| "window.commandCenter": false, | |
| "update.showReleaseNotes": true, | |
| "breadcrumbs.enabled": true, | |
| "zenMode.fullScreen": false, | |
| "zenMode.hideStatusBar": false, | |
| "zenMode.showTabs": "multiple", | |
| "zenMode.hideLineNumbers": false, | |
| "zenMode.silentNotifications": false, | |
| "auto-close-tag.activationOnLanguage": [ | |
| "xml", | |
| "php", | |
| "blade", | |
| "ejs", | |
| "jinja", | |
| "javascript", | |
| "javascriptreact", | |
| "typescript", | |
| "typescriptreact", | |
| "plaintext", | |
| "markdown", | |
| "vue", | |
| "liquid", | |
| "erb", | |
| "rb", | |
| "lang-cfml", | |
| "cfml", | |
| "HTML (EEx)", | |
| "plist", | |
| "json", | |
| "ruby", | |
| "rails" | |
| ], | |
| "emmet.includeLanguages": { | |
| "javascript": "javascriptreact", | |
| "typescript": "typescriptreact", | |
| "ruby": "html", | |
| "erb": "html" | |
| }, | |
| "cSpell.enableFiletypes": [ | |
| "!ruby", | |
| "!asciidoc", | |
| "!c", | |
| "!cpp", | |
| "!csharp", | |
| "!go", | |
| "!handlebars", | |
| "!haskell", | |
| "!jade", | |
| "!java", | |
| "!latex", | |
| "!php", | |
| "!pug", | |
| "!python", | |
| "!restructuredtext", | |
| "!rust", | |
| "!scala", | |
| "!scss" | |
| ], | |
| "fiveServer.openTerminal": false, | |
| "remote.autoForwardPortsSource": "hybrid", | |
| "code-runner.runInTerminal": true, | |
| "code-runner.clearPreviousOutput": true, | |
| "discord.removeRemoteRepository": true, | |
| "discord.removeLowerDetails": true, | |
| "terminal.integrated.splitCwd": "workspaceRoot", | |
| "console-ninja.featureSet": "Community", | |
| "gitlens.hovers.currentLine.over": "line", | |
| "gitlens.codeLens.enabled": false, | |
| "gitlens.statusBar.enabled": false, | |
| "git.autofetch": true, | |
| "git.openRepositoryInParentFolders": "never", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "database-client.autoSync": true, | |
| "explorer.confirmPasteNative": false, | |
| "workbench.colorTheme": "Nightly Wolf", | |
| "editor.inlineSuggest.suppressSuggestions": true, | |
| "github.copilot.enable": { | |
| "*": true, | |
| "plaintext": false, | |
| "markdown": true, | |
| "scminput": false | |
| }, | |
| "cody.autocomplete.enabled": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "window.density.editorTabHeight": "compact" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment