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,
PredictionSource
is set toNone
by default. - when virtual terminal is supported and it's running with PowerShell 7.2+,
PredictionSource
is set toHistoryAndPlugin
by default. - when virtual terminal is supported and it's running with PowerShell prior to 7.2,
PredictionSource
is set toHistory
by default.
- when virtual terminal is not supported,