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