You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running a command after the container is created is possible with postCreateCommand, it would be nice to have a preCreateCommand to run commands before the container is created.
Support multiple configurations in devcontainer.json and allow the user to pick which one to run. Similar to the request in OS specific dev containers #2067 but I think it should more generic instead of OS-specific only.
If I missed something and there are solutions to these problems (or workarounds) please share.
I have two suggestions based on my use-case:
postCreateCommand, it would be nice to have apreCreateCommandto run commands before the container is created.devcontainer.jsonand allow the user to pick which one to run. Similar to the request in OS specific dev containers #2067 but I think it should more generic instead of OS-specific only.If I missed something and there are solutions to these problems (or workarounds) please share.