From 9ecad3a688cd68ccfaba7293c7389f6446aff5a8 Mon Sep 17 00:00:00 2001 From: "C.P" <137078450+toodeceptive@users.noreply.github.com> Date: Fri, 29 Dec 2023 23:17:02 -0600 Subject: [PATCH] Create devcontainer.json Embedcgain CLI Git VSCode --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000000..fe2636ab82 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {"ghcr.io/devcontainers/features/git:1": "ghcr.io/devcontainers-contrib/features/circleci-cli:1": + {"ghcr.io/devcontainers-contrib/features/circleci-cli:1": {}} + } +}