mesonbuild / vscode-meson

Meson for VisualStudio Code
Apache License 2.0
108 stars 50 forks source link

Extension fail without notifying the user when `meson` command it not found #180

Open bruchar1 opened 1 year ago

bruchar1 commented 1 year ago

My project was setup in a way the extension was not able to find the meson executable.

The project tree was showing only the project name, but nothing under. There was no error messages in the output window.

A exception occurred when calling getMesonVersion from the getMesonTargets function, preventing the extension to finish building the project tree.

tristan957 commented 1 year ago

Thanks for the bug report. Not sure when I will get to it!

starthal commented 11 months ago

Duplicate/related: #95