backup: 2026-04-03 10:04

This commit is contained in:
Dmitry
2026-04-03 10:04:35 +03:00
parent 6b0c808d97
commit 519fd81719
2 changed files with 12 additions and 7 deletions
+8 -6
View File
@@ -1,4 +1,5 @@
{
"restore_on_startup": "launchpad",
"base_keymap": "VSCode",
"use_smartcase_search": true,
"minimap": {
@@ -23,7 +24,7 @@
"hard_tabs": false,
"tab_size": 4,
"session": {
"trust_all_worktrees": false
"trust_all_worktrees": true
},
"edit_predictions": {
"provider": "copilot"
@@ -36,7 +37,7 @@
"centered_layout": {
"left_padding": 0.2,
},
"redact_private_values": false,
"redact_private_values": true,
"cursor_shape": "bar",
"autosave": {
"after_delay": {
@@ -111,10 +112,11 @@
"provider": "copilot_chat",
"model": "grok-code-fast-1",
},
"default_profile": "ask",
"default_profile": "write",
"default_model": {
"effort": "high",
"provider": "copilot_chat",
"model": "gpt-5.1-codex-max",
"model": "gpt-5.4-mini",
},
"model_parameters": [],
},
@@ -134,7 +136,7 @@
"icon_theme": {
"mode": "system",
"light": "Material Icon Theme",
"dark": "Catppuccin Frappé",
"dark": "Material Icon Theme",
},
"ui_font_size": 16.0,
"buffer_font_size": 14.0,
@@ -143,6 +145,6 @@
"theme": {
"mode": "system",
"light": "Ayu Light",
"dark": "macOS Classic Dark",
"dark": "Nordfox - opaque",
},
}