34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"cmake.buildDirectory": "${workspaceFolder}/build.nosync",
|
|
"cmake.configureOnOpen": false,
|
|
"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.consoleMode": "evaluate",
|
|
"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,
|
|
"terminal.integrated.shell.osx": "xonsh",
|
|
"window.autoDetectColorScheme": true,
|
|
"window.commandCenter": true,
|
|
"workbench.colorTheme": "Catppuccin Latte",
|
|
"workbench.preferredDarkColorTheme": "Catppuccin Macchiato",
|
|
"workbench.preferredLightColorTheme": "Catppuccin Latte",
|
|
"workbench.startupEditor": "none",
|
|
"clangd.checkUpdates": true,
|
|
"clangd.arguments": ["--compile-commands-dir=./build.nosync/"]
|
|
}
|