Open Victor-G8 opened 3 months ago
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
Hello,
It could be very nice to pass env variables when we attach a remote container with the Dev Containers extension.
The only way i found from now is to modify the directive
"docker.commands.runInteractive"
in the settings.json and pass an env variable inside:"docker.commands.runInteractive": "${containerCommand} run --rm -it -e TOTO=tata ${exposedPorts} ${tag}",
But this way work only when i "Attach Shell" not when i "Attach Visual Studio Code".
Furthermore the
"docker.environment"
do not work with a remote container.Thanks :)