Using VS Code Dev Containers
Setting up a working development environment on your local computer can often take quite some time nowadays. It becomes even more of an issue when you collaborate on multiple projects at once or when the developers on the project use different operating systems. In this talk, we will learn how this process can be simplified by using the Dev Containers extension for Visual Studio Code which uses a file with a description of the development environment to recreate it in Docker. The same file can also be used to set up a development environment in the cloud using GitHub Codespaces.