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
Currently the extension searches for the CMake executable before environmentSetupScript is evaluated. In the event that the setup script alters the $PATH, those changes won't be in effect when looking for the CMake binary.
Discussed in #2299
Currently the extension searches for the CMake executable before
environmentSetupScriptis evaluated. In the event that the setup script alters the $PATH, those changes won't be in effect when looking for the CMake binary.