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
Attempting to run any extension command without meson in PATH environment variable results in a error ('configure' and 'reconfigure') or results in no response ('build').
runMesonConfigure in meson/runners.ts lacks in any protection clauses against this case.
IMO The extension should check and warn the user whenever meson doesn't exist in PATH.
The text was updated successfully, but these errors were encountered:
Attempting to run any extension command without meson in PATH environment variable results in a error ('configure' and 'reconfigure') or results in no response ('build').
runMesonConfigure
in meson/runners.ts lacks in any protection clauses against this case.IMO The extension should check and warn the user whenever meson doesn't exist in PATH.
The text was updated successfully, but these errors were encountered: