-
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
LaTeX extension LSP stopped working on main branch of Zed Dev starting Sep 26 2024 #18456
Comments
@mocenigo I'm facing the same error. This happened after update zed version. Before I had #18450 which is already fixed SO: Fedora 40 Sway atomic
$ flatpak list | grep zed
Zed Industries, Inc. dev.zed.Zed v0.154.4 stable system |
I can also confirm the bug when building it from source (87cc20f) running Arch Linux Not sure if relevant but I get the same error as above. The logs also shows that the command is sent (texlab - RPC messages):
|
Yeah, it seems a problem with onSave. The other functionality works, including syncing with the pdf (although in the wrong place). |
The first affected release for this particular issue would have been v0.156.0 on 9th October. So @srteppei you have a different problem, you can raise an issue on the extension repository if you are still have this issue on Zed v < 0.156.0. |
Just read slightly more into the original PR and LSP spec. Here's another piece of the Zed log in case it's relevant (or is it only
The changelog for
|
Well I opened here the error cause just was the same message, don't know what is LaText.
My actual version flatpak list | grep zed
Zed dev.zed.Zed v0.155.2 stable system If this is not the place, where should I open it @lnay ? |
Yes, I meant file extensions there. It is on a language server (via file system watchers) to do it and not the Zed extension. |
@osiewicz is there a way to get a log for the RPC responses from the server from before I manage to open "debug: open language server logs"? I cannot find |
Yeah, it's a common pain point of LSP log view. You can run zed with |
Just checked the current release, everything is fine now. It seems there has been a discussion about how to interpret the LSP spec: #19183 |
I think this can be closed as completed. |
Check for existing issues
Describe the bug / provide steps to reproduce it
Under macOS, assume that texlab, the latex extension version 0.0.7, and Skim are installed, and that texlab has been configured, for instance wirth the following in settings.json
(Nothing changes if the commented command is uncommented.)
Usually, pressing cmd-S under macOS will compile, if necessary, and then open Skim (the location is not always correct, but it us often the previous one, I will file a separate ticket).
However, some commit on Sept Thu 26, broke this, and no compilation occurs, nor is Skim opened.
Environment
Zed: v0.156.0 (Zed Dev c3075df)
OS: macOS 15.1.0
Memory: 24 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: