Skip to content

Commit

Permalink
Merge pull request #29 from seesharprun/main
Browse files Browse the repository at this point in the history
Remove hard-coded devcontainer dependencies
  • Loading branch information
seesharprun authored Oct 23, 2024
2 parents 4e5c1ed + 35d879f commit c62f9a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/azure/azure-dev/azd:0": {}
"ghcr.io/azure/azure-dev/azd": {},
"ghcr.io/devcontainers/features/azure-cli": {},
"ghcr.io/devcontainers/features/docker-in-docker": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit c62f9a3

Please sign in to comment.