{ "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.scrollback": 10000, "window.autoDetectColorScheme": true, "workbench.colorTheme": "Catppuccin Latte", "workbench.preferredDarkColorTheme": "Catppuccin Macchiato", "workbench.preferredLightColorTheme": "Catppuccin Latte", "terminal.integrated.confirmOnExit": "hasChildProcesses", "terminal.integrated.defaultProfile.osx": "Nushell", "shackleLanguageServer.executable": "/Users/dekker1/Library/Mobile Documents/com~apple~CloudDocs/Code/github.com/shackle/target/debug/shackle-ls", }