-
Notifications
You must be signed in to change notification settings - Fork 310
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
Ruby Language Server Crashes in Remote SSH Environment #153
Comments
This also happens when "Developing inside a Container": https://code.visualstudio.com/docs/remote/containers |
@rebornix Is this due to the Native module issue? https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-native-node.js-modules |
Yes it is. I'm waiting for reviews for tree-sitter-ruby. |
For the ruby ls crashing issue, I already sent out PR for both tree-sitter-ruby and vscode-ruby
Will ping once we have them merged and released. |
Hi all, I'll do the work in vscode-ruby this weekend to get the PR there merged and a release cut |
@wingrunr21 @rebornix Looks like this is fixed correct? If so we can close. |
Closing - looks like this was fixed a while ago. |
Idk if this was really fixed, the |
@OmriSama The change referenced here was merged, but there may be a new issue. //cc: @rebornix |
The next release is bringing full support. I’m sorry you are frustrated, but the extension has never stated it had full support for remote. There are tracking issues and milestone 0.26.0 for the full support. |
@wingrunr21 awesome! Looking forward to it |
uname -r
: 3.10.0-957.10.1.el7.x86_64Steps to Reproduce:
Expected
The file opens without any error messages. Language server features work.
Actual
An error appears in the "Output" pane at the bottom of the screen and language server features do not work.
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: