Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 537 Bytes

VSCode Devcontainers Templates

Collection of templates I'm using in Devcontainers.

Languages:

  • Dotnet Core
  • Java 11
  • Nodejs
  • Python

How to use

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.

Links