Skip to content

Commit 6e22435

Browse files
authored
Merge pull request #220 from arebee/patch-1
Small fix: use PowerShell environment variable to locate path.
2 parents 6e78423 + c773ac1 commit 6e22435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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-<version>\examples
29+
$env:USERPROFILE\.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
```

0 commit comments

Comments
 (0)