I have to add an environmental variable LD_LIBRARY_PATH to my container. How is this done with the Visual Code extension?
Greetings @jeffbelz,
There should be a env
configuration property provided by the extension. This lets you set an environment variable inside the container.
Specifically for LD_LIBRARY_PATH
you can see this section of this article as a reference: How to Import a C/C++ Application to Torizon | Toradex Developer Center
Best Regards,
Jeremias