Skip to content

Commit 44a02d1

Browse files
Drew Andersonrkeithhill
Drew Anderson
authored andcommitted
Minor formatting changes (#1081)
1 parent faa2e9b commit 44a02d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,14 @@ check out the included [README.md](examples/README.md) file to learn more about
8181
how to use them.
8282

8383
This 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+
8789
To open/view the extension's examples in Visual Studio Code, run the following from your PowerShell command prompt:
88-
```
90+
91+
```powershell
8992
code (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

131133
Check out the [development documentation](docs/development.md) for more details

0 commit comments

Comments
 (0)