Skip to main content

Build from source

Most people should just install the packaged extension from the VS Code Marketplace — it bundles the Studio host, and everything it needs is pulled from NuGet automatically. Build from source only if you’re contributing to nodalmerge-studio or need to run against unreleased changes.

Prerequisites

1. Restore NodalMerge dependencies

From the nodalmerge-studio repo root, pack local NodalMerge NuGet artifacts from the sibling repo:

2. Restore and build

3. Build the VS Code extension

4. Start the Studio host

Verify it’s up:

5. Launch the extension

Press F5 from the clients/vscode-extension directory to launch the extension in a VS Code Extension Development Host, then continue from Quickstart step 2 (open the Control Tower, configure a profile, run a goal).

Source