Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when_closing_with_no_tabs not working on macOS #21100

Open
1 task done
SunBK201 opened this issue Nov 23, 2024 · 0 comments
Open
1 task done

when_closing_with_no_tabs not working on macOS #21100

SunBK201 opened this issue Nov 23, 2024 · 0 comments
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue

Comments

@SunBK201
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

Setting: "when_closing_with_no_tabs": "close_window"

When I close all the tabs, the zed window will not close.

Environment

Zed: v0.162.5 (Zed)
OS: macOS 15.1.1
Memory: 32 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

image

There is no tab. The window should be closed automatically.

If applicable, attach your Zed.log file to this issue.

Zed.log

2024-11-23T15:43:07.252292+08
:00 [INFO] ========== starting zed ==========
2024-11-23T15:43:07.312936+08:00 [INFO] Opening main db
2024-11-23T15:43:07.314374+08:00 [INFO] Opening main db
2024-11-23T15:43:07.34143+08:00 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-11-23T15:43:07.536838+08:00 [INFO] No prompt template overrides directory found at /Users/sunbk201/.config/zed/prompt_overrides. Using built-in prompts.
2024-11-23T15:43:07.537049+08:00 [INFO] extensions updated. loading 3, reloading 0, unloading 0
2024-11-23T15:43:07.581249+08:00 [INFO] Opening main db
2024-11-23T15:43:07.593238+08:00 [WARN] Theme "macOS Classic Light" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-11-23T15:43:07.593317+08:00 [WARN] Theme "macOS Classic Dark" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-11-23T15:43:07.593378+08:00 [WARN] Theme "macOS Classic Dark2" is using a deprecated style property: scrollbar_thumb.background. Use `scrollbar.thumb.background` instead.
2024-11-23T15:43:07.615269+08:00 [INFO] set status on client 0: Authenticating
2024-11-23T15:43:07.617643+08:00 [INFO] Opening main db
2024-11-23T15:43:07.661765+08:00 [INFO] set status on client 267399: Connecting
2024-11-23T15:43:07.666748+08:00 [INFO] Opening main db
2024-11-23T15:43:07.690688+08:00 [INFO] set environment variables from shell:/bin/zsh, path:/Users/sunbk201/.local/state/fnm_multishells/61814_1732347787685/bin:/Users/sunbk201/.gem/ruby/3.1.3/bin:/Users/sunbk201/.rubies/ruby-3.1.3/lib/ruby/gems/3.1.0/bin:/Users/sunbk201/.rubies/ruby-3.1.3/bin:/Users/sunbk201/go/bin:/Users/sunbk201/bin:/opt/homebrew/opt/postgresql@16/bin:/Users/sunbk201/.pyenv/shims:/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS:/Applications/Visual Studio Code.app/Contents/Resources/app/bin:/Users/sunbk201/Library/Application Support/Coursier/bin:/Users/sunbk201/Desktop/Patch/gumtree-3.0.0/bin
2024-11-23T15:43:08.20098+08:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-11-23T15:43:08.416528+08:00 [INFO] starting language server process. binary path: "/opt/homebrew/bin/node", working directory: "/", args: ["/Users/sunbk201/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-11-23T15:43:08.633088+08:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-23T07:43:08.631Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-11-23T07:43:08.631Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-11-23T15:43:08.634065+08:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "c68861a5-f273-4d6a-8672-833a351e2e00",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-11-23T15:43:09.210464+08:00 [INFO] add_connection;
2024-11-23T15:43:09.230561+08:00 [INFO] set status on client 267399: Connected { peer_id: PeerId { owner_id: 615, id: 141623 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-11-23T15:43:09.385804+08:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-11-23T07:43:09.381Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-11-23T07:43:09.381Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
@SunBK201 SunBK201 added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant