File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# PowerShell Language Support for Visual Studio Code
22
33This extension provides rich PowerShell language support for Visual Studio Code.
4- Now you write and debug PowerShell scripts using the excellent IDE-like interface
4+ Now you can write and debug PowerShell scripts using the excellent IDE-like interface
55that VS Code provides.
66
77## Features
@@ -26,11 +26,11 @@ how to use them.
2626
2727This folder can be found at the following path:
2828```
29- c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell\examples
29+ c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version> \examples
3030```
3131To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt:
3232```
33- code $env:USERPROFILE \.vscode\extensions\ms-vscode.PowerShell\examples
33+ code (Get-ChildItem $Home \.vscode\extensions\ms-vscode.PowerShell-* \examples)[-1]
3434```
3535
3636## Contributing to the Code
You can’t perform that action at this time.
0 commit comments