Skip to content

Commit

Permalink
Add DevContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith committed Nov 9, 2023
1 parent a5c482f commit 70de6e6
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit 70de6e6

Please sign in to comment.