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
+4 -1
View File
@@ -27,6 +27,7 @@
# -S: не переносить длинные строки # -S: не переносить длинные строки
pager = less -FRXS pager = less -FRXS
excludesfile = /home/ada/.gitignore_global excludesfile = /home/ada/.gitignore_global
quotepath = false
[init] [init]
# Имя основной ветки по умолчанию # Имя основной ветки по умолчанию
@@ -204,7 +205,7 @@
[credential] [credential]
# Кэшировать пароли на 1 час # Кэшировать пароли на 1 час
helper = cache --timeout=3600 helper = "!f() { /home/ada/.vscode-server/bin/e7fb5e96c0730b9deb70b33781f98e2f35975036/node /tmp/vscode-remote-containers-95cf22a9-f690-44dc-bc97-9c63d97505e1.js git-credential-helper $*; }; f"
# ═══ URL shortcuts ══════════════════════════════════════════ # ═══ URL shortcuts ══════════════════════════════════════════
@@ -228,3 +229,5 @@
# ═══ Ваши дополнительные настройки ═════════════════════════ # ═══ Ваши дополнительные настройки ═════════════════════════
# Добавьте свои настройки ниже # Добавьте свои настройки ниже
[safe]
directory = /home/ada/Documents/Projects/DZR/attendance_mephi
+8 -6
View File
@@ -1,4 +1,5 @@
{ {
"restore_on_startup": "launchpad",
"base_keymap": "VSCode", "base_keymap": "VSCode",
"use_smartcase_search": true, "use_smartcase_search": true,
"minimap": { "minimap": {
@@ -23,7 +24,7 @@
"hard_tabs": false, "hard_tabs": false,
"tab_size": 4, "tab_size": 4,
"session": { "session": {
"trust_all_worktrees": false "trust_all_worktrees": true
}, },
"edit_predictions": { "edit_predictions": {
"provider": "copilot" "provider": "copilot"
@@ -36,7 +37,7 @@
"centered_layout": { "centered_layout": {
"left_padding": 0.2, "left_padding": 0.2,
}, },
"redact_private_values": false, "redact_private_values": true,
"cursor_shape": "bar", "cursor_shape": "bar",
"autosave": { "autosave": {
"after_delay": { "after_delay": {
@@ -111,10 +112,11 @@
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "grok-code-fast-1", "model": "grok-code-fast-1",
}, },
"default_profile": "ask", "default_profile": "write",
"default_model": { "default_model": {
"effort": "high",
"provider": "copilot_chat", "provider": "copilot_chat",
"model": "gpt-5.1-codex-max", "model": "gpt-5.4-mini",
}, },
"model_parameters": [], "model_parameters": [],
}, },
@@ -134,7 +136,7 @@
"icon_theme": { "icon_theme": {
"mode": "system", "mode": "system",
"light": "Material Icon Theme", "light": "Material Icon Theme",
"dark": "Catppuccin Frappé", "dark": "Material Icon Theme",
}, },
"ui_font_size": 16.0, "ui_font_size": 16.0,
"buffer_font_size": 14.0, "buffer_font_size": 14.0,
@@ -143,6 +145,6 @@
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Ayu Light", "light": "Ayu Light",
"dark": "macOS Classic Dark", "dark": "Nordfox - opaque",
}, },
} }