1
0

Update vscodium preferences

This commit is contained in:
Jip J. Dekker 2023-09-12 09:47:55 +10:00
parent b63e9904f9
commit a649838cf2
No known key found for this signature in database

View File

@ -24,16 +24,22 @@
"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",
"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",
"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",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}