Skip to content

Commit 22ddcf2

Browse files
Correct Windows log path in troubleshooting guide
Updated Windows log path to reflect `sessions` instead of `logs`.
1 parent f7b9d20 commit 22ddcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ your logs for any sensitive information you would not like to share online!**
269269

270270
* Logs are located at:
271271
* Unix: `~/.config/Code/User/globalStorage/ms-vscode.powershell/logs`.
272-
* Windows: `%APPDATA%\Code\User\globalStorage\ms-vscode.powershell\logs`
272+
* Windows: `%APPDATA%\Code\User\globalStorage\ms-vscode.powershell\sessions`
273273

274274
* In VS Code you can open and read the logs directly from the [Command Palette][]
275275
(<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd>) with `PowerShell: Open PowerShell Extension Logs Folder`.

0 commit comments

Comments
 (0)