Skip to content

Commit

Permalink
Add devcontainer specification
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharprun authored Dec 12, 2023
1 parent d8219a6 commit a4330a6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/python:3.11",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/azure/azure-dev/azd:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
}
}

0 comments on commit a4330a6

Please sign in to comment.