Bitrise for VS CodeUse Bitrise without leaving your editor. Today this extension supports the Bitrise Remote Development Environment (RDE): spin up cloud development sessions from your repository, then connect to them over SSH and work in a remote VS Code window — as if the code were running on your own machine, just on a much bigger one. Requirements
Getting started1. Sign in to BitriseOpen the Bitrise icon in the activity bar and choose Sign in to Bitrise. Your browser opens to complete the standard Bitrise login; once you approve, the browser hands you back to VS Code and you're signed in. Your credentials are stored securely by VS Code and refreshed automatically — you won't be asked to sign in again until your session genuinely expires. 2. Select a workspaceRight after signing in, you're asked to pick a workspace (your Bitrise organization). Choose the workspace where Remote Development is enabled — its sessions then appear in the sidebar. You can switch workspaces any time from the Configuration view (the organization icon) or via Bitrise: Select Workspace in the Command Palette. Quick configurationsThe Configuration view lists a few optional setups, each marked Configured or Not configured. They're not required to use RDE, but each one removes friction. Right after you sign in, the extension walks you through any of these that aren't set up yet — and you can configure or change them anytime afterwards by clicking a row. Passwordless SSH accessRegisters your local SSH public key with your sessions so connecting just works.
Claude CodeSaves your Claude credential so new sessions come with Claude Code already signed in.
SSH agent forwardingForwards your local SSH agent to session hosts so the remote terminal can use your local git keys.
Create your first sessionStart a session from the Sessions view with ➕ (or Bitrise: Open Repo
in New Session in the Command Palette). A short step-by-step picker walks you
through five choices — press
Bitrise then does the rest automatically: it provisions the session, waits for it to start, clones your chosen branch onto it, and opens a remote VS Code window connected to the session at the cloned repository. Your global git identity (name and email) is carried over so commits are attributed to you, and your locally-installed extensions are installed on the session when it connects (you can turn that off in the extension's settings). You can follow along in the progress notification and in the Bitrise output panel. Only commits you've already pushed are available on the session, so push any work you want to bring with you before creating it.
Manage your sessionsThe Sessions view lists every session in the selected workspace. A status icon precedes each name — green for running, a spinner while it's starting or stopping, red for failed, dimmed for stopped — and a relative "time ago" shows when it last changed.
Need support?DocumentationLearn more about Bitrise Remote Development Environments on the Bitrise platform page. Feedback & issuesFound a bug or have a request? Reach us in the Bitrise community Slack. PrivacyBy signing in to this extension you agree to the Bitrise Privacy Policy. © 2026 Bitrise Ltd. |