With the Visual Studio Code Dev Containers extension, a container becomes our entire development environment. Our workspace files and extensions run inside the container, giving us direct access to the required tools and system dependencies. This makes it easy to move between projects or environments by simply changing the container we connect to. devcontainer.json file…
