We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4192ea3 + 92b3068 commit 814aca9Copy full SHA for 814aca9
README.md
@@ -25,10 +25,13 @@ check out the included [README.md](examples/README.md) file to learn more about
25
how to use them.
26
27
This folder can be found at the following path:
28
-
29
```
30
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell\examples
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
35
36
## Contributing to the Code
37
0 commit comments