File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 ) !
You can’t perform that action at this time.
0 commit comments