Greetings,
When I debug a Qt application through VSCode, I see two containers running - the torizon/weston-vivante:2 (Weston container) and my application container. Is there a way to modify or change the default Weston container that gets deployed to the board by VSCode? For example, I want to be able to change the default resolution settings for the Weston container. I can do that by following the instructions here: Working with Weston on TorizonCore | Toradex Developer Center .
If I map a volume containing a custom weston.ini file while manually running the Weston container, then I can see the modified display resolution. Is there a way to do something similar through VSCode with the default Weston container? I would like VSCode to either launch a custom Weston container or allow me to specify a custom weston.ini file so that I can modify the default behavior of the Weston container.
Thanks!
gabe