Skip to content

Commit

Permalink
Add devcontainer configuration for universal environment (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min authored Feb 21, 2025
1 parent 096abae commit 8541c2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "universal",
"image": "mcr.microsoft.com/devcontainers/universal:focal",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/stuartleeks/dev-container-features/dev-tunnels:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot-chat",
"TeamsDevApp.vscode-adaptive-cards"
]
}
}
}

0 comments on commit 8541c2f

Please sign in to comment.