diff --git a/private_Library/private_Application Support/private_VSCodium/User/settings.json b/private_Library/private_Application Support/private_VSCodium/User/settings.json index 3c34597..a93e417 100644 --- a/private_Library/private_Application Support/private_VSCodium/User/settings.json +++ b/private_Library/private_Application Support/private_VSCodium/User/settings.json @@ -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" + } }