-
Notifications
You must be signed in to change notification settings - Fork 313
Set-PSReadlineOption -HistorySaveStyle SaveAtExit not working on Windows 10 build 10162 #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think it works correctly on Windows 7 either. I recently started using -SaveAtExit with the latest builds and my history wasn't saved at all. |
@gwojan Thanks for confirming the issue. |
@rkeithhill Can you please confirm if this is still an issue with the latest PSReadLine module? |
This issue is closed because it has been marked as requiring author feedback but has not had any activity for 7 days. If you think the issue is still relevant, please reopen and provide your feedback. |
@daxian-dbw AFAICT nothing is saved in the history file if you use |
@rkeithhill Thanks for checking and confirming. |
same issue, 2.2.5 and win11. |
I've tested this command with PowerShell 5.1 and 7.3 on Windows 11. Is this the expected behavior?
|
I tested this and have had the following behaviors with PSReadline 2.3.3 and Windows 11:
Personally I would expect history to be saved when Also I get no history saved when I do |
This option hasn't been working in the last couple of Windows 10 builds dating back to build 10130 I think. I can workaround this for now by not using this option and letting it save incrementally.
The text was updated successfully, but these errors were encountered: