Skip to content

Commit 814aca9

Browse files
committed
Merge pull request PowerShell#44 from bcdady/patch-1
Update README.md
2 parents 4192ea3 + 92b3068 commit 814aca9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
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)