zed icon indicating copy to clipboard operation
zed copied to clipboard

Settings Deprecation warning text can be covered by Right Dock

Open at-wr opened this issue 7 months ago • 0 comments

Summary

Zed's settings.json Deprecation Text could be covered by Right Dock

Description

Steps to reproduce:

  1. Open Settings (where settings.json contains outdated configuration)
  2. Open right dock
  3. Dragging the right sidebar to the left, where the deprecation text could be covered by the dock

From my experiment, the right "sidebar" could be either Notifications or Zed

Expected Behavior:

The text should be auto wrapped correctly by the width of main tab

Actual Behavior:

Image

Here's the deprecated part in `settings.json` from my configuration, that result in the deprecation warning (though it's not relative to this Issue, just for demo)
"assistant": {
    "default_profile": "write",
    "profiles": {
      "write": {
        "name": "Write",
        "tools": {
          "batch_tool": false,
          "code_actions": false,
          "code_symbols": false,
          "contents": true,
          "copy_path": false,
          "create_file": true,
          "delete_path": false,
          "diagnostics": true,
          "edit_file": true,
          "fetch": true,
          "list_directory": true,
          "move_path": false,
          "now": false,
          "find_path": true,
          "read_file": true,
          "grep": true,
          "rename": false,
          "symbol_info": false,
          "terminal": true,
          "thinking": true,
          "web_search": true
        },
        "enable_all_context_servers": true,
        "context_servers": {}
      }
    },
    "always_allow_tool_actions": true,
    "default_model": {
      "provider": "zed.dev",
      "model": "claude-3-7-sonnet-latest"
    },
    "version": "2"
  }

Zed Version and System Specs

Zed: v0.186.4 (Zed Preview) OS: macOS 15.3.2 Memory: 24 GiB Architecture: aarch64

at-wr avatar May 09 '25 12:05 at-wr