Skip to content
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 completion doesn't work when TabExpansionPlusPlus module is imported before Posh-Git #715

Closed
kborowinski opened this issue Nov 7, 2019 · 2 comments · Fixed by #714
Closed

Comments

@kborowinski
Copy link
Contributor

System Details

  • posh-git version/path: 1.0.0.0 beta3x C:\Program Files\PowerShell\Modules\Posh-Git\1.0.0.0
  • PowerShell version: 7.0.0-preview.5
  • git version 2.24.0.windows.1
  • OS: Microsoft Windows NT 10.0.18362.0

Issue Description

When TabExpansionPlusPlus module is imported before Posh-Git module the tab completion for git.exe does not work anymore due to Register-ArgumentCompleter cmdlet name conflict.

Fix:
Use module-qualified cmdlet name Microsoft.PowerShell.Core\Register-ArgumentCompleter

@kborowinski
Copy link
Contributor Author

Apparently @rkeithhill is faster than light and merged my PR already before I was able to create the issue report. Please close this issue.

@rkeithhill
Copy link
Collaborator

:-) Thanks for finding & fixing the issue.

@dahlbyk dahlbyk added this to the v1.0 milestone Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants