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
Use a more generic regex to get msvc version (#62)
The origin regex which aimed to getting msvc version only worked when
msvc displays English.
I replace the regex based on the observation that the scanning always
returns the path of cl.exe trailing with the msvc version.