Skip to content

Minor formatting changes #1081

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,14 @@ check out the included [README.md](examples/README.md) file to learn more about
how to use them.

This folder can be found at the following path:

```
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
C:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
```

To open/view the extension's examples in Visual Studio Code, run the following from your PowerShell command prompt:
```

```powershell
code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
```

Expand Down Expand Up @@ -125,7 +128,6 @@ You have two options for sending us the logs:
2. If you are editing scripts that don't contain sensitive information, you can drag and
drop your logs ZIP file into the GitHub issue that you are creating.


## Contributing to the Code

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