-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Click the error file path to open in zed editor #23440
Comments
It's quite hard to undestand what is it all about:
Is it the terminal where things are displayed?
Is this the error shown in the terminal which you want to click on? For terminal, we do allow cmd-click to open files and directories that Zed can resolve, have you tried that? |
Ok, so there is an external app that you click at, and that app gives you a text, showing that
Have you tried to follow the advice and set |
Thanks! After setting REACT_EDITOR=zed, it works, but I don't get to the specify Line:Column. |
That part is the same as in #22990 and seems that Zed + macOS integration needs something more on top (*.plist adjustments??). Will close this for now, as partially resolved. |
Check for existing issues
Describe the feature
When js throws an exception, for example, next.js will give the full path of the file. Currently, zed cannot jump to the corresponding file.As shown below, but zed does not support
Could not open answer-detail-ai.tsx in the editor.
The editor process exited with an error: spawn atom ENOENT.
To set up the editor integration, add something like REACT_EDITOR=atom to the .env.local file in your project folder and restart the development server.
Zed Version and System Specs
Zed: v0.170.1 (Zed Preview)
OS: macOS 15.3.0
Memory: 36 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: