Installation
Last updated
Installation
PowerShell Pro Tools is included with PowerShell Tools for Visual Studio. You can install it through Visual Studio or download it from the Marketplace.
For offline installation instructions, click here.
The Visual Studio Code extension is available on the Visual Studio Marketplace and can be installed from within Visual Studio Code. Search for PowerShell Pro Tools when searching in VSC.
You can install a Visual Studio Code extension by downloading the VSIX file from the Marketplace and then clicking Install from VSIX within the extension pane in Visual Studio Code.


PowerShell Module
The PowerShell Module is available on the PowerShell Gallery.
You can select from previous versions of the Visual Studio Code extension in the extension pane. Click the Gear icon next to PowerShell Pro Tools and select Install Another Version...

You can install a previous version of the PowerShell Module by using the -RequiredVersion parameter of Install-Module.
Last updated
Install-Module -Name PowerShellProTools -RequiredVersion 5.7.0