If you have a python project that uses meson as its build backend, then the vscode is not able to find the meson configuration. By default, it is a folder of the form build/cp<python version>. As the build folder depends on the python version, it is hard to use the mesonbuild.buildFolder setting to reliable find it (different devs may use different python versions).
A bit related: #233 #74
If you have a python project that uses meson as its build backend, then the vscode is not able to find the meson configuration. By default, it is a folder of the form
build/cp<python version>. As the build folder depends on the python version, it is hard to use themesonbuild.buildFoldersetting to reliable find it (different devs may use different python versions).A bit related: #233 #74