{ "settings": { "workbench.colorTheme": "Catppuccin Mocha", "workbench.preferredDarkColorTheme": "Catppuccin Mocha", "workbench.iconTheme": "catppuccin-icons", "workbench.fontAliasing": "auto", "workbench.list.smoothScrolling": true, "workbench.tree.indent": 16, "workbench.tree.renderIndentGuides": "always", "workbench.tree.expandMode": "doubleClick", "window.commandCenter": true, "window.titleBarStyle": "custom", "window.nativeTabs": true, "window.autoDetectHighContrast": true, "terminal.integrated.gpuAcceleration": "on", "terminal.integrated.rendererType": "auto", "terminal.integrated.smoothScrolling": true, "terminal.integrated.fontFamily": "'JetBrains Mono', 'JetBrainsMono Nerd Font', 'Cascadia Code', 'IBM Plex Mono', 'SFMono-Regular', monospace", "terminal.integrated.fontSize": 15, "terminal.integrated.minimumContrastRatio": 4.5, "editor.fontFamily": "'JetBrains Mono', 'JetBrainsMono Nerd Font', 'Fira Code', 'Cascadia Code', 'IBM Plex Mono', 'SFMono-Regular', monospace", "editor.fontLigatures": true, "editor.fontVariations": true, "editor.fontSize": 15, "editor.lineHeight": 24, "editor.fontWeight": "450", "editor.cursorSmoothCaretAnimation": "on", "editor.cursorBlinking": "expand", "editor.smoothScrolling": true, "editor.hover.enabled": true, "editor.hover.delay": 200, "editor.hover.showDefinitionPreview": true, "editor.guides.bracketPairs": true, "editor.guides.highlightActiveIndentation": true, "editor.guides.indentation": true, "editor.linkedEditing": true, "editor.renderLineHighlight": "all", "editor.renderWhitespace": "selection", "editor.minimap.enabled": true, "editor.minimap.renderCharacters": false, "editor.inlineSuggest.enabled": true, "editor.codeLens": true, "editor.inlayHints.enabled": "on", "editor.quickSuggestions": { "other": true, "comments": false, "strings": true }, "editor.quickSuggestionsDelay": 50, "editor.suggest.preview": true, "editor.suggest.showStatusBar": true, "editor.suggest.localityBonus": true, "editor.suggest.shareSuggestSelections": true, "editor.parameterHints.enabled": true, "editor.parameterHints.cycle": true, "editor.stickyTabStops": true, "editor.tabSize": 2, "editor.bracketPairColorization.enabled": true, "editor.accessibilitySupport": "off", "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "git.autofetch": true, "git.confirmSync": false, "extensions.ignoreRecommendations": true, "extensions.showRecommendationsOnlyOnDemand": true, "security.workspace.trust.untrustedFiles": "open", "breadcrumbs.enabled": true, "explorer.confirmDragAndDrop": false, "explorer.compactFolders": false, "explorer.decorations.colors": true, "explorer.decorations.badges": true, "telemetry.telemetryLevel": "off", "$schema": "https://json.schemastore.org/vscode-settings", "typescript.updateImportsOnFileMove.enabled": "always", "javascript.updateImportsOnFileMove.enabled": "always", "editor.formatOnSave": true, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true }, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[astro]": { "editor.defaultFormatter": "astro-build.astro-vscode", "editor.formatOnSave": true }, "files.associations": { "*.astro": "astro" }, "emmet.includeLanguages": { "astro": "html" }, "tailwindCSS.includeLanguages": { "astro": "html" }, "css.validate": true, "scss.validate": true, "less.validate": true, "typescript.suggest.autoImports": true, "javascript.suggest.autoImports": true, "typescript.tsserver.maxTsServerMemory": 3072, "[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml", "editor.formatOnSave": true } }, "extensions": { "enabled": [ "akamud.vscode-theme-onedark", "catppuccin.catppuccin-vsc", "catppuccin.catppuccin-vsc-icons", "dracula-theme.theme-dracula", "eamodio.gitlens", "enkia.tokyo-night", "foxundermoon.shell-format", "github.vscode-github-actions", "github.vscode-pull-request-github", "mikestead.dotenv", "ms-azuretools.vscode-docker", "ms-vsliveshare.vsliveshare", "mutantdino.resourcemonitor", "oderwat.indent-rainbow", "pkief.material-icon-theme", "redhat.vscode-yaml", "sdras.night-owl", "sonarsource.sonarlint-vscode", "streetsidesoftware.code-spell-checker", "usernamehw.errorlens", "vscode-icons-team.vscode-icons", "zhuangtongfa.Material-theme", "astro-build.astro-vscode", "ecmel.vscode-html-css", "stylelint.vscode-stylelint", "clinyong.vscode-css-modules", "naumovs.color-highlight", "pranaygp.vscode-css-peek", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "bradlc.vscode-tailwindcss", "christian-kohler.npm-intellisense", "eg2.vscode-npm-script", "christian-kohler.path-intellisense", "tamasfe.even-better-toml", "github.copilot", "github.copilot-chat" ] } }