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

Check all executable extensions on windows #3949

Merged
merged 6 commits into from
Apr 24, 2019
Merged

Commits on Apr 19, 2019

  1. fix(utils-subprocess): add .exe to executable check on windows

    For example, looking for "node" fails because the file is node.exe
    tlancina committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    7dd9fbb View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    eeea989 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    8ce01f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    e0777d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d816d32 View commit details
    Browse the repository at this point in the history
  3. PATHEXT stuff

    imhoffd committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    d607aa9 View commit details
    Browse the repository at this point in the history