vscode-meson icon indicating copy to clipboard operation
vscode-meson copied to clipboard

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

Open bruchar1 opened this issue 1 year ago • 2 comments

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.

bruchar1 avatar Nov 08 '23 14:11 bruchar1