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 1
1
# PowerShell Language Support for Visual Studio Code
2
2
3
3
This 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
5
5
that VS Code provides.
6
6
7
7
## Features
@@ -26,11 +26,11 @@ how to use them.
26
26
27
27
This folder can be found at the following path:
28
28
```
29
- c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell\examples
29
+ c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version> \examples
30
30
```
31
31
To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt:
32
32
```
33
- code $env:USERPROFILE \.vscode\extensions\ms-vscode.PowerShell\examples
33
+ code (Get-ChildItem $Home \.vscode\extensions\ms-vscode.PowerShell-* \examples)[-1]
34
34
```
35
35
36
36
## Contributing to the Code
You can’t perform that action at this time.
0 commit comments