Skip to content

Commit

Permalink
Merge pull request #70 from ross-p-smith/ross/devcontainer
Browse files Browse the repository at this point in the history
Add DevContainer
  • Loading branch information
gmndrg authored Nov 14, 2023
2 parents 97dab74 + 70de6e6 commit 1077262
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 1077262

Please sign in to comment.