File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -81,11 +81,14 @@ check out the included [README.md](examples/README.md) file to learn more about
8181how to use them.
8282
8383This folder can be found at the following path:
84+
8485```
85- c :\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
86+ C :\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
8687```
88+
8789To open/view the extension's examples in Visual Studio Code, run the following from your PowerShell command prompt:
88- ```
90+
91+ ``` powershell
8992code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
9093```
9194
@@ -125,7 +128,6 @@ You have two options for sending us the logs:
125128 2 . If you are editing scripts that don't contain sensitive information, you can drag and
126129 drop your logs ZIP file into the GitHub issue that you are creating.
127130
128-
129131## Contributing to the Code
130132
131133Check out the [ development documentation] ( docs/development.md ) for more details
You can’t perform that action at this time.
0 commit comments