-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSreadline expcetion report #4230
Comments
@CN-CODEGOD Can you please provide the repro steps? Without them, there isn't much that we can do ... Thanks! |
do you know what happen .i was accidently get the bug from psreadline ,sorry i can't provide a repro step, |
Thanks @CN-CODEGOD for opening the issue. However, I have to close it because there is no sufficient information for the investigation. |
I'm also seeing the same thing. @daxian-dbw, I just installed the gh CLI today with winget
Then with this code in my $profile: kubectl completion powershell | Out-String | Invoke-Expression
flux completion powershell | Out-String | Invoke-Expression
gh completion -s powershell | Out-String | Invoke-Expression
set-alias -name tf -value terraform
set-alias -name k -value kubectl
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete when I type
|
For anyone else viewing this, my problem was with an outdated ps readline. The github actions bot here solved my problem: |
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
typing with chinese input method
Expected behavior
null
Actual behavior
null
The text was updated successfully, but these errors were encountered: