From e86bf119d3de3010d50ee474c6b7596d87f05edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:22:52 +0200 Subject: [PATCH] Added info about new logs location --- docs/troubleshooting.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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)!