DVT IDE for VS Code VHDL User Guide
Rev. 24.1.5, 13 March 2024

1.3 Install DVT for VS Code from VSIX

DVT for VS Code is available for download as a VSIX package on our website. This is a universal package that works on any of the supported architectures.

The VSIX package can be installed in a compatible VS Code installation using the command "Extensions: Install from VSIX" and pointing to the dvt-x.y.z.vsix file.

Alternatively, you can automate the installation using a script or the OS's command line:

code --install-extension dvt-x.y.z.vsix

For more information, see the Install from a VSIX chapter in the official VS Code documentation.