Closed Poltergeisen closed 1 week ago
@Poltergeisen, you were using a pretty old version of PSReadLine (2.0.0-beta2 or prior), and it's likely that the issue was fixed in a newer version. Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery. See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
winget install --id GitHub.cli
Then with this code in my $profile:
when I type
gh copilot
and hittab
it throws this exception.Expected behavior
No exception, and the tab completion should work
Actual behavior
The exception above happens