Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.17 KB

File metadata and controls

13 lines (7 loc) · 1.17 KB

Repository Development Containers

While we encourage you to add development container configuration files to your repositories so others can benefit from them, some organizations prefer to not include development tool related files in source control. To provide additional flexibility, this folder includes dev container definitions that will be be used if you open the cloned repository using Remote - Containers extension (if there is no .devcontainer.json or .devcontainer/devcontainer.json file locally). The images folder here is used to pre-build images that are then referenced here or directly in source code repositories.

See CONTRIBUTING.md for details on contributing a container.

If you are looking for a list of additional dev container definitions that are included in the Remote - Containers extension, see the containers folder instead.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License. See LICENSE