-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for Ruby and RoR with Che Theia #15606
Comments
I tried |
Just putting it out there that ruby support would be nice. It seems an odd omission |
Thanks for the input, this is something we can look at in a few sprints. |
It is possible to change |
That's awesome! Do you want to contribute your sidecar + plugin configuration to Che? I can create a repo for you in the che-dockerfiles org, where all the other sidecars are located. I'd also be happy to review your PR to add the plugin into the che-plugin-registry. |
Yes, I would like to contribute my sidecar and plugin. |
Nice! Please open a PR for your sidecar container here: https://github.com/che-dockerfiles/che-sidecar-ruby You can look at the che-sidecar-node repo for an idea of what's needed, I've already set up most of the files (automatic build + push to quay.io, PR check, etc.), all that's needed is your Dockerfile, and a VERSION file specifying the version of the extension. After that, you can open a PR to the che-plugin-registry with your |
A big thanks to @liningpan for his contribution -- we now have the Ruby plugin in Che 7.19. |
Hi, currently there is no LSP support for Ruby language. Is there any way to run vscode solargraph extension in the sidecar container as a plugin with Eclipse Che 7.x?
The text was updated successfully, but these errors were encountered: