Skip to content

Commit 4eb842e

Browse files
committed
Update extension path in example README file
This change updates the extension path in the the README.md for the script examples so that it refers to the correct path where the extension gets installed.
1 parent 33e5599 commit 4eb842e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ reports on our [GitHub issues page](http://github.com/PowerShell/vscode-powershe
6363
If you are experiencing any errors or crashes, please include the
6464
following two log files:
6565

66-
- The language service log file: `$env:USERPROFILE\.vscode\extensions\vscode-powershell\bin\EditorServices.log`
67-
- The debugging service log file: `$env:USERPROFILE\.vscode\extensions\vscode-powershell\bin\DebugService.log`
66+
- The language service log file: `$env:USERPROFILE\.vscode\extensions\ms-vscode.PowerShell\bin\EditorServices.log`
67+
- The debugging service log file: `$env:USERPROFILE\.vscode\extensions\ms-vscode.PowerShell\bin\DebugService.log`
6868
- NOTE: This file may not exist if you haven't use the debugger yet.

0 commit comments

Comments
 (0)