fix: updated some config

This commit is contained in:
oxypomme
2026-06-15 11:16:13 +02:00
parent 9dc7c5f053
commit 91d3325128
3 changed files with 72 additions and 67 deletions

View File

@@ -8,20 +8,57 @@
// command palette (cmd-shift-p / ctrl-shift-p)
{
"cli_default_open_behavior": "existing_window",
"outline_panel": {
"dock": "left",
},
"edit_predictions": {
"mode": "subtle",
"provider": "codestral",
},
"disable_ai": false,
"vim_mode": false,
"telemetry": {
"metrics": false,
"diagnostics": false,
},
"disable_ai": false,
"show_edit_predictions": true,
"edit_predictions": {
"codestral": {
"model": "codestral-latest",
},
"mode": "subtle",
"provider": "codestral",
},
"agent_servers": {
"Mistral Vibe": {
"default_config_options": {
"mode": "plan",
"model": "devstral-small",
},
"type": "custom",
"command": "/app/bin/host-spawn",
"args": ["/home/sublet/.local/bin/vibe-acp"],
"env": {},
},
},
"agent": {
"sidebar_side": "right",
"dock": "right",
"favorite_models": [
{
"provider": "mistral",
"model": "codestral-latest",
"enable_thinking": false,
},
{
"provider": "mistral",
"model": "devstral-medium-latest",
"enable_thinking": false,
},
],
"button": true,
"default_profile": "ask",
"default_model": {
"provider": "mistral",
"model": "devstral-medium-latest",
},
},
"vim_mode": false,
"base_keymap": "VSCode",
"theme": "One Dark - Darkened",
@@ -40,7 +77,7 @@
"shell": {
"with_arguments": {
"program": "/app/bin/host-spawn",
"args": ["zsh"],
"args": [],
},
},
"font_family": "FiraCode Nerd Font Mono",
@@ -66,6 +103,10 @@
"enabled": true,
},
"outline_panel": {
"dock": "left",
},
"project_panel": {
"hide_hidden": true,
"hide_root": true,
@@ -74,26 +115,7 @@
"entry_spacing": "standard",
},
"agent": {
"sidebar_side": "right",
"dock": "right",
"favorite_models": [
{
"provider": "mistral",
"model": "codestral-latest",
"enable_thinking": false,
},
],
"button": true,
"default_profile": "ask",
"default_model": {
"provider": "mistral",
"model": "codestral-latest",
},
},
"auto_signature_help": true,
"show_edit_predictions": false,
"collaboration_panel": {
"dock": "left",
@@ -168,16 +190,4 @@
},
"hidden_files": ["**/node_modules"],
"languages": {
"Vue.js": {
"show_edit_predictions": true,
},
"TypeScript": {
"show_edit_predictions": true,
},
"YAML": {
"format_on_save": "off",
},
},
}