Comment by blurrybird
Comment by blurrybird 3 days ago
If you commit the .devcontainer.json and associated files your whole team gets a consistent, local-feeling, environment for free.
Containerisation solved the "Works on my machine" gap between local and prod. This is just solving for the same gap between Dev 1 and Dev 2.
That's a different thing. You're talking about running the software under development in a container. I think the commenter was asking about running the dev tooling in a container, which I find a massive pain.