diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..e5f6fb834 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,23 @@ +{ + "name": "Chat with your data", + "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", + "features": { + "ghcr.io/devcontainers/features/azure-cli:1": {}, + "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, + "ghcr.io/jlaundry/devcontainer-features/azure-functions-core-tools:1": {}, + "rchaganti/vsc-devcontainer-features/azurebicep" : { + "version": "latest" + } + }, + + // "postCreateCommand": "cd docker && docker compose up", + + "customizations": { + "vscode": { + "extensions": [ + "ms-azuretools.vscode-azurefunctions", + "ms-python.python" + ] + } + } +}