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
By default PowerShell tab completion for executables adds a .exe extension, but carapace expects programs to not have have an extension to lazy load the completions. I was able to work around this by modifying the init script:
Current Behavior
By default PowerShell tab completion for executables adds a
.exe
extension, but carapace expects programs to not have have an extension to lazy load the completions. I was able to work around this by modifying the init script:Expected Behavior
I'd expect the carapace init script to complete executables with and without the 'exe' extension by default.
Steps To Reproduce
carapace.exe _carapace powershell
)..exe
extension (bat.exe
)..exe
extension and tab completion works.Version
1.0.7
OS
Shell
Anything else?
No response
Polar
The text was updated successfully, but these errors were encountered: