{ "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", "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools", "C_Cpp.default.intelliSenseMode": "clang-arm64", "C_Cpp.default.cppStandard": "c++20", "C_Cpp.default.cStandard": "c17", "C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json", "C_Cpp.default.includePath": [ "${workspaceFolder}/include", "${workspaceFolder}/src" ], "cmake.buildDirectory": "${workspaceFolder}/build", "cmake.generator": "Ninja", "cmake.configureOnOpen": true, "cmake.cmakePath": "/opt/homebrew/bin/cmake", "cmake.loggingLevel": "warning", "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json", "cmake.parallelJobs": 8, "cmake.preferredGenerators": [ "Ninja" ], "cmake.sourceDirectory": "${workspaceFolder}", "cmake.environment": { "CC": "/usr/bin/clang", "CXX": "/usr/bin/clang++" }, "cmake.ctestArgs": [ "-j", "4" ], "C_Cpp.clang_format_path": "/opt/homebrew/opt/llvm/bin/clang-format", "files.watcherExclude": { "**/build": true, "**/cmake-build-*": true, "**/.vscode/ipch": true }, "[cpp]": { "editor.defaultFormatter": "ms-vscode.cpptools", "editor.formatOnSave": true }, "[c]": { "editor.defaultFormatter": "ms-vscode.cpptools", "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", "mikestead.dotenv", "ms-azuretools.vscode-docker", "ms-vscode.cmake-tools", "ms-vscode.cpptools", "ms-vscode.cpptools-extension-pack", "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", "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" ] } }