For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

PowerShell Pro Tools for Visual Studio Code is distributed through the Visual Studio Marketplace.

Visual Studio Code

Install the extension from the Marketplace or from the Extensions view in VS Code.

You can also install it from the command line.

code --install-extension ironmansoftware.powershellprotools

PowerShell Pro Tools Module

Some commands use the PowerShell Pro Tools module. The extension includes an Install PowerShell Pro Tools Module command, or you can install the module yourself.

Install-Module PowerShellProTools

Last updated