Search code examples
powershellterminalpsreadline

Set-PSReadLineOption: A parameter cannot be found that matches parameter name 'PredictionViewStyle'


I'm trying to change the -PredictionViewStyle option of PSReadline, but I got the error "Set-PSReadLineOption: A parameter cannot be found that matches parameter name 'PredictionViewStyle'."

It's a fresh install and Set-PSReadLineOption -PredictionSource History works.

Any suggestion, please?


Solution

  • Restarting my shell solved it...