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

Improve shell identifier on case-insensitive system #22391

Merged
merged 2 commits into from Nov 7, 2023

Commits on Nov 1, 2023

  1. improve shell identify on case-insensitive system

    Use case-insensitive regex to remove `.exe`  extension.
    
    microsoft#22036 (comment)
    JamzumSum committed Nov 1, 2023
    Copy the full SHA
    761664e View commit details
    Browse the repository at this point in the history
  2. add unittest for shell detector

    in case of the incoming path is case-insensitive
    JamzumSum committed Nov 1, 2023
    Copy the full SHA
    1e278a9 View commit details
    Browse the repository at this point in the history