vscode-meson
vscode-meson copied to clipboard
Error fetching targets on projects with subdirs
Issue Type: Bug
If project only contains subdirs in its root , it seems that meson extension has trouble fetching targets.
Extension version: 1.2.0 VS Code version: Code - Insiders 1.39.0-insider (695ee74864ef93d10f5de0861cb66af190e76211, 2019-10-02T08:56:48.092Z) OS version: Windows_NT x64 10.0.17763 Remote OS version: Linux x64 4.15.0-65-generic
Can confirm. This setup
workspace-root/
example-dir/
meson.build
fails, meaning the extension will create build/ in root:
workspace-root/
build/
example-dir/
meson.build
Obviously that's not correct.