Skip to content
View as Markdown
View as Markdown

Installation

Not on the Marketplace yet

The extension isn't on the VS Code or Open VSX marketplaces yet. For now, grab the latest build from GitHub and install it manually — it only takes a minute.

Get the latest build

Latest version: 0.7.0 (released May 13, 2026).

Download b2c-vs-extension-0.7.0.vsixSee what's new

Install it

Once you've got the file, install it from the command line or from the Extensions view in VS Code.

bash
code --install-extension b2c-vs-extension-X.Y.Z.vsix
bash
cursor --install-extension b2c-vs-extension-X.Y.Z.vsix
text
1. Open the Extensions view (Cmd+Shift+X / Ctrl+Shift+X)
2. Click the "..." menu in the view header
3. Choose "Install from VSIX..."
4. Pick the file you just downloaded

Install from VSIX

Reload the window when prompted. You'll see new B2C-DX, B2C-DX: SCAPI, and B2C-DX Sandboxes icons in the activity bar.

Before you start

A few things to have ready:

  • VS Code 1.105 or newer (Cursor and VS Codium work too).
  • The B2C CLI installed — npm install -g @salesforce/b2c-cli. The extension uses it under the hood for some workflows. See the CLI Installation guide for other install options.

Connect to your sandbox

The extension uses the same connection your CLI already uses, so most of the time there's nothing more to set up. Different features need different credentials though — see Connecting to your sandbox for what each one needs and a copy-paste example.

New here? The Authentication Setup guide walks through getting your credentials in the first place.

Next Steps

Released under the Apache-2.0 License.