Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>BizTalk Pipeline ViewerNew to Visual Studio Code? Get it now.
BizTalk Pipeline Viewer

BizTalk Pipeline Viewer

Lambogenius

|
1 install
| (0) | Free
Visualize BizTalk .btp pipeline stages, components, and properties in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

BizTalk Pipeline Viewer for VS Code

Source on GitHub

A local-only custom editor for BizTalk *.btp pipeline files. It displays the pipeline direction, ordered stages, components, and configured component properties without requiring BizTalk Server or Visual Studio.

Install locally

Source code: GitHub repository

npm install
npm run check
npm run package
code --install-extension .\biztalk-pipeline-viewer-0.1.0.vsix

To install dependencies, validate, and package the extension:

npm run build-package

To build the extension, uninstall the current version, and install the newly built VSIX:

npm run reinstall

Use -CodeCommand code-insiders when running scripts\reinstall.ps1 directly to target VS Code Insiders. Both scripts accept -SkipInstall to reuse the current node_modules folder.

Reload VS Code after installation. Double-click a .btp file to use the viewer. Use Open With... > Text Editor or the viewer's Open as text button to inspect the source XML.

The extension publisher is lambogenius.

This project is available under the MIT License. See LICENSE.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft