diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index de9428eac5..3c341a6e19 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -267,13 +267,12 @@ your logs for any sensitive information you would not like to share online!** "powershell.developer.editorServicesLogLevel": "Normal" ``` -* Logs are located at - `~/.vscode[-insiders]/extensions/ms-vscode.powershell[-preview]-/logs`. - For example: `~/.vscode/extensions/ms-vscode.powershell-2019.5.1/logs`. +* Logs are located at: + * Unix: `~/.config/Code/User/globalStorage/ms-vscode.powershell/logs`. + * Windows: `%APPDATA%\Code\User\globalStorage\ms-vscode.powershell\logs` * In VS Code you can open and read the logs directly from the [Command Palette][] - (Ctrl+Shift+P) with `PowerShell: Open PowerShell - Extension Logs Folder`. + (Ctrl+Shift+P) with `PowerShell: Open PowerShell Extension Logs Folder`. > NOTE: Don't forget to also attach the [Language Server Protocol payload > logs](#provide-language-server-protocol-payload-logs)!