We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4192ea3 commit 92b3068Copy full SHA for 92b3068
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