{ "settings": { "workbench.colorTheme": "Tokyo Night", "workbench.preferredDarkColorTheme": "Tokyo Night", "workbench.iconTheme": "material-icon-theme", "workbench.fontAliasing": "antialiased", "workbench.list.smoothScrolling": true, "workbench.tree.indent": 14, "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": 14, "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": 14, "editor.lineHeight": 22, "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", "clangd.path": "/opt/homebrew/opt/llvm/bin/clangd", "clangd.onConfigChanged": "restart", "clangd.arguments": [ "--background-index", "--clang-tidy", "--completion-style=detailed", "--enable-config", "--header-insertion=never", "--pch-storage=memory" ], "C_Cpp.intelliSenseEngine": "Disabled", "cmake.buildDirectory": "${workspaceFolder}/build", "cmake.generator": "Ninja", "cmake.configureOnOpen": true, "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json", "cmake.loggingLevel": "warning", "cmake.parallelJobs": 8, "cmake.preferredGenerators": [ "Ninja" ], "cmake.sourceDirectory": "${workspaceFolder}", "cmake.ctestArgs": [ "-j", "4" ], "cmake.environment": { "CC": "/usr/bin/clang", "CXX": "/usr/bin/clang++" }, "clangd.semanticHighlighting": true, "clangd.detectExtensionConflicts": true, "clangd.serverCompletionRanking": true, "files.watcherExclude": { "**/build": true, "**/cmake-build-*": true, "**/.vscode/ipch": true }, "[cpp]": { "editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd", "editor.formatOnSave": true }, "[c]": { "editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd", "editor.formatOnSave": true }, "[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", "jeff-hykin.better-cpp-syntax", "llvm-vs-code-extensions.vscode-clangd", "mikestead.dotenv", "ms-azuretools.vscode-docker", "ms-vscode.cmake-tools", "ms-vscode.cpptools", "ms-vsliveshare.vsliveshare", "mutantdino.resourcemonitor", "notskm.clang-tidy", "oderwat.indent-rainbow", "pkief.material-icon-theme", "redhat.vscode-yaml", "sdras.night-owl", "sonarsource.sonarlint-vscode", "streetsidesoftware.code-spell-checker", "timonwong.shellcheck", "twxs.cmake", "usernamehw.errorlens", "vadimcn.vscode-lldb", "vscode-icons-team.vscode-icons", "zhuangtongfa.Material-theme", "fill-labs.dependi", "github.copilot", "github.copilot-chat", "tamasfe.even-better-toml" ] } }