-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Tab auto-complete regression #733
Comments
What do you get from the built-in argument completion for |
Also, do you have a specific repro because I haven't been able to repro what you are seeing? |
Not sure if it's actually an regression, currently the new git command |
If you git clone the repo, it has support for git switch. Has had it for a few months now. But we haven't published a new beta in almost a year and I'm not sure when the next beta will be published. I recommend that you git clone this repo and import the module by path. |
Would you be open to an update to 0.x that adds support for switch and restore? |
Yes and no. Obviously adding features to 0.x would help folks but I'd really like to "nudge" folks to 1.0. That said, 1.0 is still beta so that's hard to do until we release a stable version of v1. Supporting multiple versions is not ideal when we have such a small set of folks trying to maintain this module. Whining aside ;-), I would accept a PR to add that functionality to 0.x but who knows when a new version of 0.x would be published. |
I dug into this a bit... the main issue is that the handler for An annoying side-effect of this is that |
@cdonnellytx Thanks for taking the time to debug this. If |
System Details
Issue Description
PR #711 caused a regression that broke tab completion on PowerShell >= 6, causing:
To incorrectly expand to:
Instead of what it expanded to in commit 89dafc1, which is what I was forced to roll back to.
The text was updated successfully, but these errors were encountered: