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
Set-PSReadLineOption : A parameter cannot be found that matches parameter name 'PredictionSource'.
Steps to reproduce
In PowerShell 5.1 with PSReadline 2.2.0-beta1
Attempt to set 'PredictionSource' setting
Expected behavior
PredictionSource aka predictive IntelliSense should be available in 2.2.0-beta1 with PowerShell 5.1.
Actual behavior
Error message as described in title.
I feel, that I'm missing something obvious, but I can't get it to work. In PowerShell 7 on the same machine, it does work just fine.