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

run task failed with default layout in mesonbuild.configureOptions

Open godcrying opened this issue 6 years ago • 3 comments
trafficstars

The default layout in mesonbuild.configureOptions is flat, the target file is in the meson-out folder. But when I run the "Meson: Run XXX" task, it try to run target file in build folder. So I got a "No such file" error. When I modified layout to mirror, it worked fine. I'm using the last release vscode. Sorry for my weak English.

godcrying avatar May 30 '19 01:05 godcrying

@SolarLiner any chance to have a look at this?

asabil avatar Jun 10 '19 09:06 asabil

I have tested that case before, and have fixed the bug... Or was I dreaming?

I'll look into this.

SolarLiner avatar Jun 12 '19 08:06 SolarLiner

The default option was changed to mirror (as flat is now deprecated in meson upstream), should we go ahead and close this?

dcbaker avatar Oct 03 '21 03:10 dcbaker

Let's close this.

xclaesse avatar Apr 14 '23 18:04 xclaesse