←  back to changelog
A screenshot of the Gitpod IDE preferences, showing VS Code, VS Code Insiders, IntelliJ, GoLand, PyCharm

December 9, 2021

JetBrains desktop available in beta

Gitpod currently has IntelliJ, GoLand, PhpStorm and PyCharm released in beta. The rest of the JetBrains IDE’s are all coming to Gitpod very soon, watch this space!

Previously, when you loaded a new Gitpod workspace, you would find yourself in a VS Code Browser experience. Using a browser editor like VS Code Browser is the main way Gitpod can get you “ready to code” instantly.

However, whilst we know that VS Code is the most widely adopted editor on the market (which is why we started with VS Code), Gitpod is not only built for VS Code users!

Gitpod is for teams, and companies of all shapes and sizes. We’re here to support, and integrate with as many of the different developer workflows used in modern software development. After all, it’s your dev environment, so you should be able to set it up your way.

And that’s why today, we’re happy to share that JetBrains desktop is now in beta!

You can get started using the JetBrains IDE’s today by: heading over to your Gitpod preferences page, enabling your favourite JetBrains desktop IDE’s, and restarting any running workspaces. The next time you start a workspace, you’ll be prompted about which editor to use: VS Code Browser, VS Code Desktop, or your preferred JetBrains IDE. However, even when you open a Gitpod workspace with a desktop editor, you still get the ease and developer experience of using VS Code Browser to edit and work on the same workspace and code at the same time, they’re entirely synced.

Work on your desktop if you like, share your workspace if you like, the choice is yours! To keep an eye on which editors we support at any given time, check the editors docs.

We are interested in your feedback and suggestions, please let us know in our dedicated feedback issue or chat with us.

@corneliusludmann's avatar on GitHub @atduarte's avatar on GitHub @akosyakov's avatar on GitHub @loujaybee's avatar on GitHub @filiptronicek's avatar on GitHub

Fixes and improvements

  • #7004 - Add PyCharm desktop IDE.
  • #6847 - The “Your Workspace is Ready” page for desktop IDEs now has “Stop Workspace” and “Go to Dashboard” actions.
  • #6721 - When a user deletes their account, own projects will be deleted and made available to be added again.
  • #6671 - Add VS Code Desktop in the preferences to always open your workspace in VS Code Desktop
  • #6747 - [dashboard] Change default color theme from Light → System
  • #6713 - Allow all team members to cancel a team prebuild
  • #6505 - Open up JetBrains desktop IDE feature (BETA) for all users
  • #6546 - Prebuilds can run for GitLab subgroup projects.
  • #6464 - Switch to shallow git clone and add unshallow feature
  • #6144 - make “snapshots” more reliable

Self-Hosted

  • #6621 - Allow use of external container registry
  • #6606 - Add support for GCP CloudSQL
  • #6543 - Make the installer updatable

@corneliusludmann's avatar on GitHub @csweichel's avatar on GitHub @geropl's avatar on GitHub @jankeromnes's avatar on GitHub @laushinka's avatar on GitHub @MrSimonEmms's avatar on GitHub