You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a workspace with Jetbrains IDEs, we will need to establish an SSH connection and forward the IDE backend port. Currently, the only options would be to:
Use the local app to auto-tunnel all ports of the workspace. Not ideal as the IDE will also port forward after the connection is established showing random ports to the users.
Implement port forwarding in the local IDE plugin. Not ideal as we would duplicate the logic and split the responsibility of establishing and managing the connection.
The text was updated successfully, but these errors were encountered:
When opening a workspace with Jetbrains IDEs, we will need to establish an SSH connection and forward the IDE backend port. Currently, the only options would be to:
The text was updated successfully, but these errors were encountered: