zed icon indicating copy to clipboard operation
zed copied to clipboard

Content Displayed in Only 1/4 of Window

Open CurbaiCode opened this issue 1 year ago • 8 comments
trafficstars

Summary

Whenever I open a new Zed window, all of the content is shrunk down to fit in the top left corner of the window itself; However, everything interacts with the mouse as if it were displaying correctly, so using my mouse in the black area (highlights, selects, clicks, etc.) are shown in the shrunk view. I did a binary search and found it begins with v0.135.2. As soon as I resize the window, the content fills the entire window and functions normally.

Environment

Zed: v0.141.3 (Zed) OS: macOS 11.7.4 Memory: 8 GiB Architecture: x86_64

If applicable, add screenshots to help explain the bug

Screen Shot 2024-06-29

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
2024-06-29T09:19:44-06:00 [INFO] ========== starting zed ==========
2024-06-29T09:19:44-06:00 [INFO] Opening main db
2024-06-29T09:19:44-06:00 [INFO] Using git binary path: Some("~/Applications/Zed.app/Contents/MacOS/git")
2024-06-29T09:19:44-06:00 [INFO] set environment variables from shell:/bin/zsh, path:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
2024-06-29T09:19:44-06:00 [ERROR] crates/theme/src/settings.rs:493: theme not found
2024-06-29T09:19:44-06:00 [INFO] extensions updated. loading 1, reloading 0, unloading 0
2024-06-29T09:19:45-06:00 [INFO] Opening main db
2024-06-29T09:19:45-06:00 [WARN] Theme is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-06-29T09:19:45-06:00 [WARN] Theme is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-06-29T09:19:45-06:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-06-29T09:19:45-06:00 [INFO] Opening main db
2024-06-29T09:19:45-06:00 [INFO] Node runtime install_if_needed
2024-06-29T09:19:46-06:00 [INFO] starting language server. binary path: "~/Library/Application Support/Zed/node/node-v18.15.0-darwin-x64/bin/node", working directory: "/", args: ["~/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-06-29T09:19:47-06:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-06-29T15:19:47.397Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-06-29T15:19:47.397Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-06-29T09:19:47-06:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "73dff58f-3777-4956-9a3d-63cd31631396",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-06-29T09:19:47-06:00 [INFO] Took 955.93421ms to receive response to "initialize" id 0
2024-06-29T09:19:47-06:00 [INFO] Took 5.368621ms to receive response to "checkStatus" id 1
2024-06-29T09:19:47-06:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-06-29T15:19:47.430Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-06-29T15:19:47.430Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-06-29T09:19:47-06:00 [INFO] Took 75.887737ms to receive response to "setEditorInfo" id 2

CurbaiCode avatar Jun 29 '24 15:06 CurbaiCode