Skip to content

Commit 5e35bcd

Browse files
o-l-a-vandyleejordan
authored andcommitted
Added info about new logs location
1 parent ef038c8 commit 5e35bcd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/troubleshooting.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,12 @@ your logs for any sensitive information you would not like to share online!**
267267
"powershell.developer.editorServicesLogLevel": "Normal"
268268
```
269269

270-
* Logs are located at
271-
`~/.vscode[-insiders]/extensions/ms-vscode.powershell[-preview]-<version>/logs`.
272-
For example: `~/.vscode/extensions/ms-vscode.powershell-2019.5.1/logs`.
270+
* Logs are located at:
271+
* Unix: `~/.config/Code/User/globalStorage/ms-vscode.powershell/logs`.
272+
* Windows: `%APPDATA%\Code\User\globalStorage\ms-vscode.powershell\logs`
273273

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

278277
> NOTE: Don't forget to also attach the [Language Server Protocol payload
279278
> logs](#provide-language-server-protocol-payload-logs)!

0 commit comments

Comments
 (0)