File tree 1 file changed +5
-3
lines changed
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
81
81
how to use them.
82
82
83
83
This folder can be found at the following path:
84
+
84
85
```
85
- c :\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
86
+ C :\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
86
87
```
88
+
87
89
To open/view the extension's examples in Visual Studio Code, run the following from your PowerShell command prompt:
88
- ```
90
+
91
+ ``` powershell
89
92
code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
90
93
```
91
94
@@ -125,7 +128,6 @@ You have two options for sending us the logs:
125
128
2 . If you are editing scripts that don't contain sensitive information, you can drag and
126
129
drop your logs ZIP file into the GitHub issue that you are creating.
127
130
128
-
129
131
## Contributing to the Code
130
132
131
133
Check out the [ development documentation] ( docs/development.md ) for more details
You can’t perform that action at this time.
0 commit comments