Skip to content

Commit 92afc5c

Browse files
committed
Fixed issue #58, extension install path needs to specify version in path.
1 parent c6f25ab commit 92afc5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PowerShell Language Support for Visual Studio Code
22

33
This extension provides rich PowerShell language support for Visual Studio Code.
4-
Now you write and debug PowerShell scripts using the excellent IDE-like interface
4+
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
55
that VS Code provides.
66

77
## Features
@@ -26,11 +26,11 @@ how to use them.
2626

2727
This folder can be found at the following path:
2828
```
29-
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell\examples
29+
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
3030
```
3131
To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt:
3232
```
33-
code $env:USERPROFILE\.vscode\extensions\ms-vscode.PowerShell\examples
33+
code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
3434
```
3535

3636
## Contributing to the Code

0 commit comments

Comments
 (0)