Prerequisites
Exception report
Screenshot
N/A
Environment data
PS Version: 7.5.4
PS HostName: ConsoleHost (Windows Terminal)
PSReadLine Version: 2.3.6
PSReadLine EditMode: Windows
OS: 10.0.26100.7705 (WinBuild.160101.0800)
BufferWidth: 142
BufferHeight: 74
Steps to reproduce
very insteading bug:
I have a base64.exe (which from coutils) executable binary file in $env:PATH
- when input
base then press tab, nothing happened, get no completed command
- but, input
b/ba/bas/base6/base64, press tab, it will work as expected, just expanded as base64.exe
may caused by the number following?
Expected behavior
auto complete works for all situation for base64.exe
Actual behavior
not work for base + tab
Prerequisites
Exception report
N/AScreenshot
N/A
Environment data
Steps to reproduce
very insteading bug:
I have a base64.exe (which from coutils) executable binary file in $env:PATH
basethen press tab, nothing happened, get no completed commandb/ba/bas/base6/base64, press tab, it will work as expected, just expanded asbase64.exemay caused by the
numberfollowing?Expected behavior
auto complete works for all situation for
base64.exeActual behavior
not work for
base+ tab