remove stash, add bazarr, add cloudreve
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
// #############################################
|
||||
// ## Theming ##
|
||||
// #############################################
|
||||
"features": {
|
||||
"edit_prediction_provider": "copilot"
|
||||
},
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
@@ -19,14 +22,30 @@
|
||||
"host": "desktop",
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["/home/menno/.dotfiles"]
|
||||
"paths": [
|
||||
"/home/menno/.dotfiles"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"host": "salt.dev-via-laptop",
|
||||
"username": "salt",
|
||||
"projects": [
|
||||
{
|
||||
"paths": [
|
||||
"/home/salt/releases"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"icon_theme": "Catppuccin Macchiato",
|
||||
"icon_theme": "Catppuccin Latte",
|
||||
"ui_font_size": 16,
|
||||
"buffer_font_size": 16,
|
||||
"buffer_font_size": 14,
|
||||
"terminal": {
|
||||
"font_size": 14
|
||||
},
|
||||
"minimap": {
|
||||
"show": "always",
|
||||
"thumb": "hover",
|
||||
@@ -36,7 +55,7 @@
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Catppuccin Latte",
|
||||
"dark": "Catppuccin Macchiato"
|
||||
"dark": "Catppuccin Latte"
|
||||
},
|
||||
"tabs": {
|
||||
"close_position": "right",
|
||||
@@ -71,11 +90,12 @@
|
||||
// ## AI Stuff ##
|
||||
// #############################################
|
||||
"agent": {
|
||||
"always_allow_tool_actions": true,
|
||||
"default_profile": "write",
|
||||
"model_parameters": [],
|
||||
"default_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-5"
|
||||
"model": "grok-code-fast-1"
|
||||
}
|
||||
},
|
||||
"edit_predictions": {
|
||||
|
||||
Reference in New Issue
Block a user