From 52f076b11ec2a247fce8c8368de6e3bf14d91bf2 Mon Sep 17 00:00:00 2001 From: Konstantin Lepeshenkov <5447190+scale-tone@users.noreply.github.com> Date: Sat, 30 Dec 2023 14:56:20 +0100 Subject: [PATCH] added devcontainer.json --- .devcontainer/devcontainer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..123eb75 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,13 @@ +{ + "customizations": { + "vscode": { + "extensions": [ + "ms-azuretools.vscode-azurestaticwebapps", + "ms-azuretools.vscode-azurefunctions", + "ms-dotnettools.csharp" + ] + } + }, + + "updateContentCommand": "npm i" +} \ No newline at end of file