Skip to content

Latest commit

History

History

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

VSCode Remote Development - Developing inside a Container

This folder contains configuration files that can be used to opt into working on this repository in aDocker containerviaVSCode's Remote Development feature (see below).

Info on remote development and developing inside a container with VSCode:

Usage

Prerequisite:Install Dockeron your local environment.

To get started, read and follow the instructions inDeveloping inside a Container.The.devcontainer/directory contains pre-configureddevcontainer.jsonandDockerfilefiles, which you can use to set up remote development with a docker container.

In a nutshell, you need to:

The.devcontainer/devcontainer.jsonand.devcontainer/Dockerfilefiles are ignored by git, so you can have your own local versions. We may occasionally update the template files (recommended-devcontainer.json,recommended-Dockerfile), in which case you will need to manually update your local copies (if desired).

Updatingrecommended-devcontainer.jsonandrecommended-Dockerfile

You can update and commit the recommended config files (which people use as basis for their local configs), if you find that something is broken, out-of-date or can be improved.

Please, keep in mind that any changes you make will potentially be used by many people on different environments. Try to keep these config files cross-platform compatible and free of personal preferences.