-
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
Investigate the possibility of integration with JetBrains Gateway #21412
Comments
There is a one restriction from using JetBrains Gateway - is running only paid versions of IDEs [1]. It is not possible to run Community Editions using this technology. Only those versions contain built-in plugins for creating remote connection to the development environments. [1] https://www.jetbrains.com/help/idea/remote-development-a.html |
I don't know if it might be helpful, but I've been working on my side on a proof of concept, which looks to work, however this is quite dirty as I did not wanted to write a specific plugin for the IDE... Here are some elements:
As said this is far from being clean, but allowed me to demonstrate the feasability (and test if the experience is better than with projector or a vnc connection). Beyond the bad design, the current issues I have are the following:
|
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
/remove-lifecycle stale |
Sharing the steps for testing my current PoC. Start a Che Workspace with JetBrains Development Server as a Che IDE
Forward for IDEA dev server port to the local machine
Get a link to connect to the IDEA Remote Dev Server
Connect to the remote Che Workspace from a local JetBrains Thin Client
Paste the "join" link to the |
I'm closing this one and filed a new issue for the next step #22493 |
Is your task related to a problem? Please describe
We observe some interest among the community in connecting to a DevWorkspace from the local IDEs. We need to provide a solution for the JetBrains IDEs.
Describe the solution you'd like
Need to investigate how we can integrate Eclipse Che with JetBrains Gateway to make it possible to connect from a local JetBrains IDE to a remote DevWorkspace.
Describe alternatives you've considered
It can be some PoC with just a base functionality.
Additional context
Getting started with remote development
https://www.jetbrains.com/help/idea/remote-development-a.htmlThe text was updated successfully, but these errors were encountered: