Skip to content

Commit 92b3068

Browse files
committed
Update README.md
Add sample code to help PowerShell users open and review the extension's examples folder contents in Visual Studio Code.
1 parent 4192ea3 commit 92b3068

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ check out the included [README.md](examples/README.md) file to learn more about
2525
how to use them.
2626

2727
This folder can be found at the following path:
28-
2928
```
3029
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell\examples
3130
```
31+
To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt:
32+
```
33+
code $env:USERPROFILE\.vscode\extensions\ms-vscode.PowerShell\examples
34+
```
3235

3336
## Contributing to the Code
3437

0 commit comments

Comments
 (0)