Codespaces provider is not available on the latest JetBrains Gateway 2023.3 #78982
-
Select Topic AreaBug Body
From github/codespaces-jetbrains-feedback#129 seeing as that repository isn't maintained anymore as per its README. |
Beta Was this translation helpful? Give feedback.
Replies: 35 comments 44 replies
-
Are there any updates? Currently, all Codespaces plugins for JetBrains products are unavailable, which is really inconvenient and disappointing. If GitHub does not plan to maintain these plugins anymore, it would be fair to announce this to the users, suggesting that they consider changing their environment. |
Beta Was this translation helpful? Give feedback.
-
Any updates? |
Beta Was this translation helpful? Give feedback.
-
I moved to Gitpod because of this issue, don't think I'll come back to Codespaces |
Beta Was this translation helpful? Give feedback.
-
I think this plugin can be considered dead. Right? |
Beta Was this translation helpful? Give feedback.
-
If the GitHub team no longer wishes to maintain this plugin, why not make its code public? I believe that GitHub, as a company that empowers open-source software, would find the idea of making this plugin open-source quite fitting. |
Beta Was this translation helpful? Give feedback.
-
GitHub Codespaces still shows the option to open into the JetBrains Gateway - someone has really dropped the ball on this. |
Beta Was this translation helpful? Give feedback.
-
I'm also affected, eager for updates! |
Beta Was this translation helpful? Give feedback.
-
Im also afected |
Beta Was this translation helpful? Give feedback.
-
I am also affected and eager for updates!!!!! |
Beta Was this translation helpful? Give feedback.
-
This would be a great feature! |
Beta Was this translation helpful? Give feedback.
-
Just wondering, do we have anybody from the team who can assist in this? Or we are just waiting for more votes for this question to be seen? |
Beta Was this translation helpful? Give feedback.
-
I really dislike how GitHub as it's owned by Microsoft forces people onto VSCode by doing stuff like this, this isn't the first time nor the only instance. |
Beta Was this translation helpful? Give feedback.
-
Top voted discussion of all time in Codespaces category and still no communication about the status of the plugin for more than a month lol |
Beta Was this translation helpful? Give feedback.
-
Are there any updates on this? If this is not a priority for Microsoft, then maybe the plugin can be open-sourced so the community can step up and help with fixing the problem(s) and make it work again. This has been broken for 3 months now! If there was a way to gain access to the VM/container that hosts the codespace then you could connect with JetBrain's Gateway via the SSH plugin. |
Beta Was this translation helpful? Give feedback.
-
Hi, everyone! Pauline from Gitpod here. 👋🏼 In case you didn't know, Gitpod is already integrated and updated with the latest JetBrains Gateway May be something you'd like to play with as you wait! 🥳 |
Beta Was this translation helpful? Give feedback.
-
@github-staff - Will there be a workaround or should we all move to JetBrains Spaces or Gitpod? |
Beta Was this translation helpful? Give feedback.
-
Come on get this fixed please. |
Beta Was this translation helpful? Give feedback.
-
Clearly nobody cares about their customers or this. |
Beta Was this translation helpful? Give feedback.
-
There is a new version of the plugin. Has anyone tried it out? |
Beta Was this translation helpful? Give feedback.
-
The GitHub Codespaces plugin for the JetBrains Gateway now supports the latest versions of the Gateway, as well as the latest JetBrains IDEs. We will continue to post planned Codespaces enhancements on the GitHub public roadmap. |
Beta Was this translation helpful? Give feedback.
-
This plugin is not compatible with the latest version 2024.2. Do you have any timeline for 2024.2 or should we just wait, again? |
Beta Was this translation helpful? Give feedback.
-
Not found in Gateway 2024.2 or equivalent IntelliJ versions. |
Beta Was this translation helpful? Give feedback.
-
It looks like maybe there just needs to be a version bump for the plugin to support the latest version (2024.2)? It worked until we upgraded. |
Beta Was this translation helpful? Give feedback.
-
Simply just install "jetbrains toolbox" https://www.jetbrains.com/toolbox-app/ install latest version of the Year 2023 |
Beta Was this translation helpful? Give feedback.
-
That is silly. It says it is compatible with version up to 2024.1.7 while we currently have 2024.3. How can you be so far behind? How Gitpod, Amazon Catalyst or Coder can keep up with versions and you are not? Is this part of strategy to move everybody from JetBrains product to VS Code? |
Beta Was this translation helpful? Give feedback.
-
@samus-aran @ettaboyle @github-staff -- Can we mark this as unanswered? There continues to be incompatibility with Jetbrains and I'm sure many of us would like to track the issue here since this thread has a good deal of information in it and this is a recurring issue. @samus-aran maybe you can update the title of the discussion so it's more generic? Thanks folks! |
Beta Was this translation helpful? Give feedback.
-
Installing old 2023.2.4 version of gateway via jetbrains toolbox works. Not great, but at least it works. Please sort this out jetbrains, dev-containers and code spaces are really gaining popularity, and I'd like to be able to share a low friction onboarding with fellow devs. I think it's important that new versions of gateway are not released before the key plugins are available to support them. It's not a good experience getting an upgrade that disables key plugins like codespaces. https://plugins.jetbrains.com/plugin/20060-github-codespaces/versions/stable/400277
|
Beta Was this translation helpful? Give feedback.
-
Definitely this is on GitHub side. They are the owner of this plugin. That is why they seem like wanting to push people more towards VS Code. Which is not the best practice. |
Beta Was this translation helpful? Give feedback.
-
Did the GitHub Codespaces plugin disappeared from JetBrains plugin repository? |
Beta Was this translation helpful? Give feedback.
-
I literally just got ultimate to use this and the the database client. I guess I'm canceling that subscription lol |
Beta Was this translation helpful? Give feedback.
I feel like GitHub should do a better job at fixing their plugin in time. People can't use their services and some of them are actually paying customers which is unacceptable.
We've spend a while looking into workarounds that can help us use CodeSpaces.
Here is what seems to be working for us so far:
Add your SSH key to Github (i.e.
~/.ssh/id_ed25519
)Download and install gh cli
gh auth login
to AuthenticateStart a CodeSpace
Run
gh codespace ssh --config
(might need to re-authenticate to elevate permission levels, but that will be automatic so just follow the seps)The above command will give you an output similar to this (you can get the id via
gh codespace list
):