Inspect SSIS packages (.dtsx), SSIS project files (.dtproj), and SSIS deployment projects (.ispac) directly in Visual Studio Code.
Also available as a free web app at https://pygmy.cozyroc.cloud
What You Can Do
Open .dtsx, .dtproj, and .ispac files in a dedicated visual designer view
Inspect Control Flow, Data Flow, Parameters, Variables, and Event Handlers
Navigate with zoom, fit, and Package Explorer search
Review properties of connection managers, task, components, parameters, event handlers, etc.
Quick Start
Open a .dtsx, .dtproj, or .ispac file in Visual Studio Code.
If prompted, choose Open With... and select SSIS Package Viewe/COZYROC Pygmy. To switch to the default text editor use Reopen Editor With….
Explore the package using the designer tabs.
Privacy-First
SSIS packages are processed locally in your VS Code session.
The extension does not upload your files for parsing.
Notes
Read-only viewer: editing of SSIS packages is not supported.
Packages using EncryptAllWithPassword are not supported. The viewer doesn't attempt to decrypt any sensitive data.
Support
Click on the Feedback link in the viewer canvas to provide feedback or report issues.