You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched all issues to ensure it has not already been reported.
Summary
Would be great if vscode-powershell could rotate its own log files, as in delete logs older than X days. Maybe a sane default would be 30 days, with a overridable setting in settings.json? Or only keep X latest logs no matter date and time, maybe 20?
@o-l-a-v the logs now rotate with VSCode. VSCode keeps the last 10 startup logs, you can use Open Extension Logs Folder command to access them quickly, and the powershell version has also been remapped to the specific powershell folder.
Prerequisites
Summary
Would be great if
vscode-powershell
could rotate its own log files, as in delete logs older than X days. Maybe a sane default would be 30 days, with a overridable setting insettings.json
? Or only keep X latest logs no matter date and time, maybe 20?Ref: https://github.com/PowerShell/vscode-powershell/blob/main/docs/troubleshooting.md#logs
Proposed Design
The text was updated successfully, but these errors were encountered: