1
0

Update VSCodium settings

This commit is contained in:
Jip J. Dekker 2023-09-02 20:22:52 +10:00
parent 0a700f761b
commit cef557e216
No known key found for this signature in database

View File

@ -28,43 +28,12 @@
"python.formatting.provider": "black",
"rust-analyzer.debug.engine": "vadimcn.vscode-lldb",
"terminal.external.osxExec": "kitty.app",
"terminal.integrated.defaultProfile.osx": "xonsh",
"terminal.integrated.profiles.osx": {
"bash": {
"args": [
"-l"
],
"icon": "terminal-bash",
"path": "bash"
},
"fish": {
"args": [
"-l"
],
"path": "fish"
},
"pwsh": {
"icon": "terminal-powershell",
"path": "pwsh"
},
"tmux": {
"icon": "terminal-tmux",
"path": "tmux"
},
"xonsh": {
"path": "xonsh"
},
"zsh": {
"args": [
"-l"
],
"path": "zsh"
}
},
"terminal.integrated.scrollback": 10000,
"window.autoDetectColorScheme": true,
"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",
}