File tree 1 file changed +4
-5
lines changed
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!**
267
267
"powershell.developer.editorServicesLogLevel" : " Normal"
268
268
```
269
269
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`
273
273
274
274
* 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 ` .
277
276
278
277
> NOTE: Don't forget to also attach the [ Language Server Protocol payload
279
278
> logs] ( #provide-language-server-protocol-payload-logs ) !
You can’t perform that action at this time.
0 commit comments