PSReadLine v2.2.6 Servicing Release
2.2.6 - 2022-06-27
You can get the v2.2.6 version of the PSReadLine module from PowerShell Gallery.
This release includes the following changes:
- Enable Predictive IntelliSense by default (#3351)
- when virtual terminal is not supported,
PredictionSourceis set toNoneby default. - when virtual terminal is supported and it's running with PowerShell 7.2+,
PredictionSourceis set toHistoryAndPluginby default. - when virtual terminal is supported and it's running with PowerShell prior to 7.2,
PredictionSourceis set toHistoryby default.
- when virtual terminal is not supported,