feat: added vicinae and profile

This commit is contained in:
oxypomme
2026-06-16 09:30:57 +02:00
parent aa6b83a95d
commit eb4a8133dd
4 changed files with 186 additions and 3 deletions

View File

@@ -36,18 +36,19 @@
},
},
"agent": {
"enable_feedback": false,
"sidebar_side": "right",
"dock": "right",
"favorite_models": [
{
"provider": "mistral",
"model": "codestral-latest",
"enable_thinking": false,
"enable_thinking": true,
},
{
"provider": "mistral",
"model": "devstral-medium-latest",
"enable_thinking": false,
"enable_thinking": true,
},
],
"button": true,
@@ -176,6 +177,7 @@
"coloring": "indent_aware",
},
"code_lens": "on",
"colorize_brackets": true,
"tab_size": 2,
"show_whitespaces": "trailing",
@@ -184,10 +186,12 @@
"inline_code_actions": false,
"relative_line_numbers": "wrapped",
"hidden_files": ["**/node_modules"],
"file_types": {
"JSONC": [".oxlintrc.json"],
"HTML": ["**/*.mjml"],
},
"hidden_files": ["**/node_modules"],
"language_servers": ["!tsgo", "!typescript-language-server", "..."],
}