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
UseCorrectCasing: Fix wildcard lookups for command lookup and do not append .exe for applications on Windows (#1210)
* UseCorrectCasing: Fix special case of ? for command lookup and do not correct application names to end in .exe on Windows
* Use more generic WildcardPattern.Escape method
* Remove application extension more generically and on Windows only
* Make applications with an extension preserver the extension and re-use isWindows variable better
* Apply suggestions from code review
Co-Authored-By: bergmeister <c.bergmeister@gmail.com>
0 commit comments