JetBrains Gateway use latest IDE versions with codespaces #68150
Replies: 4 comments
-
|
Simplified the instructions a bit- still using this as the codespaces jetbrains plugin seems to never be updated |
Beta Was this translation helpful? Give feedback.
-
|
To others coming along to this, I had to set my host to something different, the host generated when running |
Beta Was this translation helpful? Give feedback.
-
|
For anyone coming to this now, I've had to use "codespace" as the username instead of "vscode". Had to turn to this SSH solution since JetBrains completely pulled the buggy Codespaces plugin from the Gateway plugin marketplace. |
Beta Was this translation helpful? Give feedback.
-
|
For those still using the SSH workaround: I packaged this into a JetBrains Toolbox plugin that handles the SSH config automatically. https://github.com/heathdutton/github-codespaces-jetbrains-toolbox Codespaces appear in Toolbox, and it uses |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Hey All,
Just wanted to share a little trick to use JetBrains Gateway with the default SSH connection and connect to codespaces without having to mess with the codespaces plugin. This allows for utilizing the latest JB Gateway version and will work with pretty much any provider without their stupid buggy plugin... Whether that's the fault of JetBrains API or the provider plugins themselves I'll leave you to decide. I did this on a Mac but the idea should carry over to Linux or Windows with some tweaking.
You'll need the following:
gh cs ssh --server-port 5787357873and use the following settings in jetbrains gateway for the connection:Click
check connection and continueChoose IDE/version to use
Beta Was this translation helpful? Give feedback.
All reactions