File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,23 @@ To open/view the extension's examples in Visual Studio Code, run the following f
4444code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
4545```
4646
47+ ## Installing the Extension
48+
49+ You can install the official release of the PowerShell extension by following the steps
50+ in the [ Visual Studio Code documentation] ( https://code.visualstudio.com/docs/editor/extension-gallery ) .
51+ In the Extensions pane, search for "PowerShell" extension and install it there. You will
52+ get notified automatically about any future extension updates!
53+
54+ You can also install a VSIX package from our [ Releases page] ( https://github.com/PowerShell/vscode-powershell/releases ) by following the
55+ [ Install from a VSIX] ( https://code.visualstudio.com/docs/extensions/install-extension#_install-from-a-vsix )
56+ instructions. The easiest way is through the command line:
57+
58+ ```
59+ code --install-extension PowerShell-<version>.vsix
60+ ```
61+
62+ > NOTE: If you are using VS Code Insiders, the command will be ` code-insiders ` .
63+
4764## Reporting Problems
4865
4966If you're having trouble with the PowerShell extension, please follow these instructions
You can’t perform that action at this time.
0 commit comments