{ "clangd.arguments": [ "--compile-commands-dir=./build.nosync/" ], "clangd.checkUpdates": true, "cmake.buildDirectory": "${workspaceFolder}/build.nosync", "cmake.configureOnOpen": false, "cmake.environment": { "CMAKE_C_COMPILER_LAUNCHER": "ccache", "CMAKE_CXX_COMPILER_LAUNCHER": "ccache" }, "cmake.generator": "Ninja Multi-Config", "cmake.installPrefix": "${workspaceFolder}/build.nosync/install", "editor.fontFamily": "'Iosevka Slab', Iosevka, Menlo, Monaco, 'Courier New', monospace", "editor.fontLigatures": true, "editor.fontSize": 14, "editor.formatOnSave": true, "editor.insertSpaces": false, "editor.tabSize": 2, "editor.wordWrap": "on", "extensions.ignoreRecommendations": true, "files.autoSave": "onWindowChange", "files.insertFinalNewline": true, "lldb.showDisassembly": "never", "ltex.additionalRules.enablePickyRules": true, "ltex.language": "en-GB", "python.formatting.blackPath": "/opt/homebrew/bin/black", "python.formatting.provider": "black", "rust-analyzer.debug.engine": "vadimcn.vscode-lldb", "terminal.external.osxExec": "kitty.app", "terminal.integrated.defaultProfile.osx": "xonsh", "terminal.integrated.profiles.osx": { "bash": { "args": [ "-l" ], "icon": "terminal-bash", "path": "bash" }, "fish": { "args": [ "-l" ], "path": "fish" }, "pwsh": { "icon": "terminal-powershell", "path": "pwsh" }, "tmux": { "icon": "terminal-tmux", "path": "tmux" }, "xonsh": { "path": "xonsh" }, "zsh": { "args": [ "-l" ], "path": "zsh" } }, "terminal.integrated.scrollback": 10000, "window.autoDetectColorScheme": true, "workbench.colorTheme": "Catppuccin Latte", "workbench.preferredDarkColorTheme": "Catppuccin Macchiato", "workbench.preferredLightColorTheme": "Catppuccin Latte", "terminal.integrated.confirmOnExit": "hasChildProcesses", }