zed
zed copied to clipboard
Integrated Terminal Crashes Immediately
Check for existing issues
- [X] Completed
Describe the bug / provide steps to reproduce it
Whenever I attempt to open the integrated terminal (after having launched the app using the desktop client) it immediately crashes.
I must stress that this works perfectly when launching Zed through the CLI, which leads me to believe this problem stems from Zed not being able to resolve my shell environment, however, I don't know how to fix this
Steps I take:
- Open Zed through the desktop client
- Press keys: cmd + ` (I have also tried using the "+" icon in the top right corner)
Environment
- Installation: Installed using homebrew
- MacOS version: Sonoma 14.2.1
- Shell: zsh (MacOS default)
- Shell Config: Configured with "Oh My ZSH"
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your ~/Library/Logs/Zed/Zed.log
file to this issue.
If you only need the most recent lines, you can run the zed: open log
command palette action to see the last 1000.
No response
It is very hard to understand what's causing this issue by just the description. Do you see any backtraces or other unusual things in the ~/Library/Logs/Zed/Zed.log ? Sharing that might be helpful.
@r0mankeys can you reliably reproduce this? If so, can you try to comment out your .zshrc
bit by bit and see what in it causes it to crash?
Also, to be clear: it "only" crashes the terminal, right? Zed still works, I assume?
@r0mankeys can you reliably reproduce this? If so, can you try to comment out your
.zshrc
bit by bit and see what in it causes it to crash?Also, to be clear: it "only" crashes the terminal, right? Zed still works, I assume?
I will try that thank you, and yes Zed functions normally it's only the integrated terminal crashing
It's happening here too, on Linux. Downloaded today Zed. From command palette I can create terminal panels but if I try to use ctrl+` it crashes.