-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Errors on using texlab
for LSP
#409
Comments
Does this bug still occur? |
I think so: from helix, I see request time outs. |
If I may pitch in (for no apparent reason). I made a simple test file
If I compile it, then |
Well, maybe I misconfigured something. Feel free to close the issue! |
@bottine could you try the small test file I mentioned and see if it works? It could be that problems start in more complex files. Start with this to see if things work. |
With this small file, I managed to get a yellow dot in helix at one point, but not in any reproducible manner. |
I wonder if the recent refractor, specifically 2793ff3 fixed the issue. If not, can you provide a copy of the log file after running helix with |
It indeed fixes the issue, thanks! |
With
texlab
available in$PATH
, andlanguages.toml
containing the snippetI seemed to have gotten LSP working (yellow dot warning me of some latex issue), but this didn't stay, and now I get the following in the log
I don't know if the problem lies with texlab or helix.
Thanks!
With
RUST_BACKTRACE=1
:With
RUST_BACKTRACE=full
The text was updated successfully, but these errors were encountered: