Загрузка данных


// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
  "ssh_connections": [],
  "soft_wrap": "prefer_line",
  "preview_tabs": {
    "enable_preview_from_project_panel": true,
    "enabled": true
  },
  "outline_panel": {
    "button": true
  },
  "terminal": {
    "dock": "bottom",
    "show_count_badge": true
  },
  "project_panel": {
    "hide_hidden": false,
    "hide_root": false,
    "sticky_scroll": true,
    "git_status_indicator": false,
    "show_diagnostics": "errors",
    "diagnostic_badges": true,
    "bold_folder_labels": false,
    "indent_size": 20.0,
    "git_status": true,
    "folder_icons": true,
    "file_icons": true,
    "entry_spacing": "standard",
    "default_width": 240.0,
    "dock": "left"
  },
  "title_bar": {
    "show_menus": false,
    "show_user_picture": true,
    "show_user_menu": true,
    "show_sign_in": false,
    "show_onboarding_banner": true,
    "show_project_items": true,
    "show_branch_name": true,
    "show_branch_status_icon": false
  },
  "status_bar": {
    "active_language_button": true,
    "show_active_file": false
  },
  "document_symbols": "on",
  "document_folding_ranges": "on",
  "semantic_tokens": "combined",
  "colorize_brackets": false,
  "inlay_hints": {
    "enabled": true
  },
  "hard_tabs": true,
  "toolbar": {
    "agent_review": true,
    "selections_menu": true,
    "quick_actions": true,
    "breadcrumbs": true,
    "code_actions": true
  },
  "minimap": {
    "thumb": "always",
    "show": "auto"
  },
  "scrollbar": {
    "axes": {
      "vertical": true
    }
  },
  "sticky_scroll": {
    "enabled": true
  },
  "which_key": {
    "enabled": false
  },
  "autosave": {
    "after_delay": {
      "milliseconds": 1000
    }
  },
  "buffer_font_weight": 300.0,
  "icon_theme": {
    "mode": "light",
    "light": "JetBrains New UI Icons (Dark)",
    "dark": "JetBrains New UI Icons (Dark)"
  },
  "telemetry": {
    "diagnostics": false,
    "metrics": false,
    "anthropic_retention": false
  },
  "use_system_prompts": true,
  "redact_private_values": false,
  "base_keymap": "JetBrains",
  "ui_font_size": 16,
  "buffer_font_size": 13.0,
  "buffer_font_family": "JetBrains Mono",
  "buffer_font_features": {
    "calt": true
  },
  "theme": {
    "mode": "dark",
    "light": "One Light",
    "dark": "One Dark Pro",
  },
  "disable_ai": true
}