Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 409 Bytes

File metadata and controls

12 lines (9 loc) · 409 Bytes

Devcontainer

This repository provides a development container base configuration.

How to use

On your new vscode project create a folder named ".devcontainer" and add the Dockerfile & devcontainer.json files to it.

Use pre-builded image

To use this image without re-building the dev container image you can replace the Dockerfile content with:

FROM sundaeparty/devcontainer:latest