Hi - I develop in VSCode on Win11, using a Linux dev-container. When I "dx serve --platform desktop" the build fails with
error: failed to run custom build command for gobject-sys v0.18.0
I'm assuming this is because it is trying to create a linux desktop from inside a container? I need to run the desktop app from Windows. Is there a way to achieve this? Thanks