Collection of templates I'm using in Devcontainers.
Languages:
- Dotnet Core
- Java 11
- Nodejs
- Python
Copy the content inside the folder from your language.
Files:
.devcontainer/devcontainer.json
- Definitions for the VSCode extension to configure the remote environment (like extentions, language specific configurations).
.devcontainer/Dockerfile
- Container environment setup to each language.