From 88adf6133558a41fdf32d52c5f984d7fd7849b13 Mon Sep 17 00:00:00 2001 From: Sara Gibbons Date: Sat, 23 Sep 2023 12:27:55 -0400 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..a7ccca0d --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,15 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/github-cli:1": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot", + "ms-vscode.azure-account", + "ms-azuretools.vscode-azurestaticwebapps" + ] + } + } +}