diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..71e9dfd --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,18 @@ +{ + "name": "The Claude on Foundry Starter Kit", + "image": "mcr.microsoft.com/devcontainers/python:3.13-bookworm", + "features": { + "ghcr.io/devcontainers/features/azure-cli:1.2.5": {}, + "ghcr.io/azure/azure-dev/azd:latest": {} + }, + "customizations": { + "vscode": { + "extensions": [ + "ms-azuretools.azure-dev", + "ms-azuretools.vscode-bicep", + "ms-python.python" + ] + } + }, + "remoteUser": "vscode" +} \ No newline at end of file