backup: 2026-05-13 configs
This commit is contained in:
+62
-150
@@ -1,155 +1,67 @@
|
||||
{
|
||||
"disable_ai": true,
|
||||
"restore_on_startup": "launchpad",
|
||||
"base_keymap": "VSCode",
|
||||
"use_smartcase_search": true,
|
||||
"minimap": {
|
||||
"show": "never",
|
||||
"buffer_font_family": "FiraCode Nerd Font Mono",
|
||||
"buffer_line_height": "standard",
|
||||
"buffer_font_weight": 300.0,
|
||||
"edit_predictions": {
|
||||
"provider": "copilot"
|
||||
},
|
||||
"agent_servers": {
|
||||
"github-copilot-cli": {
|
||||
"type": "registry"
|
||||
},
|
||||
"scrollbar": {
|
||||
"axes": {
|
||||
"horizontal": true,
|
||||
"vertical": true,
|
||||
},
|
||||
"gemini": {
|
||||
"type": "registry"
|
||||
},
|
||||
"cursor_blink": true,
|
||||
"colorize_brackets": true,
|
||||
"auto_indent_on_paste": true,
|
||||
"show_whitespaces": "selection",
|
||||
"ensure_final_newline_on_save": true,
|
||||
"indent_guides": {
|
||||
"enabled": true,
|
||||
},
|
||||
"preferred_line_length": 100,
|
||||
"soft_wrap": "editor_width",
|
||||
"hard_tabs": false,
|
||||
"tab_size": 4,
|
||||
"session": {
|
||||
"trust_all_worktrees": true,
|
||||
},
|
||||
"edit_predictions": {
|
||||
"provider": "none",
|
||||
},
|
||||
"outline_panel": {
|
||||
"git_status": true,
|
||||
"auto_fold_dirs": true,
|
||||
},
|
||||
"use_system_window_tabs": true,
|
||||
"centered_layout": {
|
||||
"left_padding": 0.2,
|
||||
},
|
||||
"redact_private_values": true,
|
||||
"cursor_shape": "bar",
|
||||
"autosave": {
|
||||
"after_delay": {
|
||||
"milliseconds": 5000,
|
||||
},
|
||||
},
|
||||
"preview_tabs": {
|
||||
"enabled": true,
|
||||
"enable_preview_from_multibuffer": true,
|
||||
"enable_preview_from_file_finder": false,
|
||||
},
|
||||
"pane_split_direction_vertical": "right",
|
||||
"zoomed_padding": true,
|
||||
"active_pane_modifiers": {
|
||||
"inactive_opacity": 1.0,
|
||||
"border_size": 0.0,
|
||||
},
|
||||
"status_bar": {
|
||||
"experimental.show": true,
|
||||
"active_language_button": true,
|
||||
"cursor_position_button": true,
|
||||
},
|
||||
"terminal": {
|
||||
"font_family": "FiraCode Nerd Font Mono",
|
||||
"font_size": 14.0,
|
||||
"dock": "bottom",
|
||||
"button": true,
|
||||
},
|
||||
"diagnostics": {
|
||||
"button": true,
|
||||
},
|
||||
"search": {
|
||||
"button": true,
|
||||
},
|
||||
"debugger": {
|
||||
"button": true,
|
||||
},
|
||||
"tabs": {
|
||||
"show_diagnostics": "errors",
|
||||
"close_position": "right",
|
||||
"file_icons": true,
|
||||
"git_status": true,
|
||||
},
|
||||
"tab_bar": {
|
||||
"show": true,
|
||||
},
|
||||
"title_bar": {
|
||||
"show_menus": false,
|
||||
"show_user_picture": false,
|
||||
"show_onboarding_banner": true,
|
||||
"show_project_items": true,
|
||||
"show_branch_name": true,
|
||||
"show_branch_icon": true,
|
||||
},
|
||||
"project_panel": {
|
||||
"sort_mode": "directories_first",
|
||||
"dock": "right",
|
||||
"hide_root": true,
|
||||
"button": true,
|
||||
"indent_size": 15.0,
|
||||
"git_status": true,
|
||||
"folder_icons": true,
|
||||
"file_icons": true,
|
||||
"hide_gitignore": false,
|
||||
},
|
||||
"agent": {
|
||||
"enable_feedback": false,
|
||||
"tool_permissions": {
|
||||
"default": "allow",
|
||||
},
|
||||
"button": true,
|
||||
"inline_assistant_model": {
|
||||
"provider": "copilot_chat",
|
||||
"model": "grok-code-fast-1",
|
||||
},
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"effort": "high",
|
||||
"provider": "copilot_chat",
|
||||
"model": "gpt-5.4-mini",
|
||||
},
|
||||
"model_parameters": [],
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"button": false,
|
||||
"dock": "right",
|
||||
},
|
||||
"ui_font_family": "FiraCode Nerd Font Mono",
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false,
|
||||
},
|
||||
"buffer_font_weight": 400.0,
|
||||
"ui_font_weight": 400.0,
|
||||
"buffer_font_family": "FiraCode Nerd Font Propo",
|
||||
"buffer_line_height": "comfortable",
|
||||
"icon_theme": {
|
||||
"mode": "system",
|
||||
"light": "Material Icon Theme",
|
||||
"dark": "Material Icon Theme",
|
||||
},
|
||||
"ui_font_size": 16.0,
|
||||
"buffer_font_size": 14.0,
|
||||
"proxy": "socks5://127.0.0.1:7897",
|
||||
// "proxy": "socks5://ada:%3FHolivarr588856@157.22.231.198:1081",
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "Ayu Light",
|
||||
"dark": "Nordfox - blurred",
|
||||
},
|
||||
"features": {
|
||||
"notebooks": true,
|
||||
"codex-acp": {
|
||||
"type": "registry"
|
||||
},
|
||||
"claude-acp": {
|
||||
"type": "registry"
|
||||
}
|
||||
},
|
||||
"icon_theme": "Material Icon Theme",
|
||||
"theme": "Nordic Syntax",
|
||||
"agent": {
|
||||
"dock": "right",
|
||||
"favorite_models": [],
|
||||
"model_parameters": []
|
||||
},
|
||||
"project_panel": {
|
||||
"dock": "left"
|
||||
},
|
||||
"git_panel": {
|
||||
"dock": "left"
|
||||
},
|
||||
"collaboration_panel": {
|
||||
"default_width": 250.0,
|
||||
"button": false
|
||||
},
|
||||
"terminal": {
|
||||
"font_weight": 300.0,
|
||||
"font_size": 14.0,
|
||||
"font_family": "FiraCode Nerd Font Propo",
|
||||
"show_count_badge": false,
|
||||
"flexible": true,
|
||||
"dock": "bottom"
|
||||
},
|
||||
"use_system_window_tabs": false,
|
||||
"bottom_dock_layout": "full",
|
||||
"title_bar": {
|
||||
"show_branch_status_icon": true
|
||||
},
|
||||
"status_bar": {
|
||||
"show_active_file": true
|
||||
},
|
||||
"document_symbols": "on",
|
||||
"document_folding_ranges": "on",
|
||||
"semantic_tokens": "combined",
|
||||
"autosave": {
|
||||
"after_delay": {
|
||||
"milliseconds": 1000
|
||||
}
|
||||
},
|
||||
"buffer_font_size": 15.0,
|
||||
"ui_font_weight": 400.0,
|
||||
"ui_font_family": "FiraCode Nerd Font Mono",
|
||||
"ui_font_size": 15.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user