1
0

51 lines
1.8 KiB
JSON

{
"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, 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",
"rust-analyzer.debug.engine": "vadimcn.vscode-lldb",
"rust-analyzer.rustfmt.extraArgs": [
"+nightly"
],
"rust-analyzer.rustfmt.overrideCommand": null,
"shackleLanguageServer.executable": "/Users/dekker1/Library/Mobile Documents/com~apple~CloudDocs/Code/github.com/shackle/target/debug/shackle-ls",
"terminal.external.osxExec": "kitty.app",
"terminal.integrated.confirmOnExit": "hasChildProcesses",
"terminal.integrated.defaultProfile.osx": "Nushell",
"terminal.integrated.scrollback": 10000,
"window.autoDetectColorScheme": true,
"window.zoomLevel": -0.5,
"workbench.colorTheme": "Catppuccin Latte",
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
"workbench.preferredLightColorTheme": "Catppuccin Latte",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"sapling.showInlineBlame": true,
"files.exclude": {
"**/.sl": true
},
"cmake.showOptionsMovedNotification": false
}