You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
System Details
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
The text was updated successfully, but these errors were encountered: