Gitpod development environments are accessible through your preferred editor or CLI. You can connect your favorite code editor to Gitpod environments, allowing you to work in a familiar interface while leveraging Gitpod’s cloud infrastructure.
Gitpod supports multiple ways to connect your editor to development environments:
Direct Launch: VS Code, VS Code Browser, Cursor, and JetBrains IDEs can be launched directly from the Gitpod user interface. Use the “Open in VS Code” button for VS Code, or buttons like “Open IntelliJ IDEA Ultimate” for JetBrains IDEs.
SSH Configuration: Editors like Zed can connect via SSH. Simply run gitpod env ssh-config to set up the SSH configuration for your environment.
Gitpod works with any editor that supports SSH connections to remote backends, giving you flexibility to use your preferred development tools.