Update VSCodium settings
This commit is contained in:
parent
0a700f761b
commit
cef557e216
@ -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",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user