From 540522fec06b87bf11ad5624abe23b515f282d60 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 20 Jan 2023 12:07:22 -0500 Subject: .devcontainer/devcontainer.json: Add devcontainer file Tianocore maintains container images in the tianocore/containers repo and stores container images within the GitHub container registry. https://github.com/tianocore/containers This change adds a devcontainer.json file to the edk2 repo. This file's metadata and settings to configurate a development container for a given well-defined tool and runtime stack. More information about the devcontainer.json file is available here: https://containers.dev/implementors/json_reference/ This file is recognized by popular tools such as GitHub Codespaces and VS Code. In VS Code in particular, it makes it much easier for a user to be aware a dev container exists (via UI notifications) and to load the container. A minimal number of VS Code extensions are specified that are useful for edk2 development or to assist in complying with CI checks in place in edk2. Cc: Andrew Fish Cc: Chris Fernald Cc: Leif Lindholm Cc: Michael D Kinney Cc: Oliver Steffen Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney --- Maintainers.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Maintainers.txt') diff --git a/Maintainers.txt b/Maintainers.txt index 68f603b483..4aa7973d51 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -117,6 +117,11 @@ M: Michael Kubacki [makubacki] R: Michael D Kinney [mdkinney] R: Liming Gao [lgao4] +.devcontainer/ +F: .devcontainer/ +M: Michael Kubacki [makubacki] +R: Chris Fernald [cfernald] + .github/ F: .github/ M: Sean Brogan [spbrogan] -- cgit v1.2.3