-
Notifications
You must be signed in to change notification settings - Fork 32
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
Missing configuration file message causes error in Sublime Text #54
Comments
This appears to originate from switching from |
Can you verify this is the case and #55 resolves at least the first Sublime Text error? |
Yep, the output issue is solved by that PR, very nice! Do you have any advice for tracking down the cause of the other error? I'd love to be able to get you an error message or anything actionable. 😅 |
Try running the server with more verbose log level if you see anything useful there,
But without the log message it could be anything. |
I'll close this since the first bad Issue is long solved and there has been no more context added to the second issue. Feel free to open a new issue for the second error if you have more context :) |
When configuring ra-multiplex on Windows with Sublime Text, it looks like ra-multiplex prints a message to stdout about missing the config file, which the LSP extension interprets as invalid.
Here is the output from Sublime Text 4, build 4152, with version 1.26.0 of the LSP extension:
It seems like there are other errors here as well, as sometimes the process exits with code 1 and no unexpected stdout. I don't know which end the issue could be on.
Creating the config file suppresses this issue, but ra-multiplex still has the exit error on my system under Sublime Text. The patch given in #52 doesn't seem to help anything on my system.
The text was updated successfully, but these errors were encountered: