Open bruchar1 opened 1 year ago
My project was setup in a way the extension was not able to find the meson executable.
meson
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.
getMesonVersion
getMesonTargets
Thanks for the bug report. Not sure when I will get to it!
Duplicate/related: #95
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 thegetMesonTargets
function, preventing the extension to finish building the project tree.