VS Code Extension

Inspect SSIS packages directly in VS Code

Inspect control flow, data flow, parameters, variables, and project structure from .dtsx, .dtproj, and .ispac files within your Visual Studio Code editor.

Installation

  1. Install the official extension from the VS Code Marketplace link above.
  2. As a backup option, download the .vsix package from the link above.
  3. For a local VSIX install, open the Extensions view, select the overflow menu, choose Install from VSIX..., and select the downloaded file.
  4. Open a .dtsx, .dtproj, or .ispac file to launch the viewer.

Software Requirements

  • Visual Studio Code 1.96 or newer.
  • Windows, macOS, or Linux with a recent VS Code installation.
  • No SQL Server Data Tools installation is required for viewing packages.
  • The extension is intended for inspecting .dtsx, .dtproj, and .ispac files, not editing or executing them.