Update vscodium preferences
This commit is contained in:
parent
b63e9904f9
commit
a649838cf2
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user