Setting up a VS Code Dev Container · Ben Selby
benmatselby.dev
Dev Containers provide the perfect solution in VS Code. With just a few files, you can configure VS Code to have a consistent environment (including plugins) for all your team. Setting up a Dev Container As a pre-requisite, you will need the “Remote - Containers” extensionfrom Microsoft.
Visual Studio Code and Dev Containers - stuartleeks.com
stuartleeks.com
Visual Studio Code has support for Remote Developmentwhich is a really cool feature. You can connect to another machine via SSHand work with code there (the language services etc run remotely which is the really cool part!), connect to the Windows Subsystem for Linux, or run your development environment in containers(aka dev containers). The last of these is the topic for this post.