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 System Requirements.
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.