File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 66 "dockerfile" : " dotnet.Dockerfile"
77 },
88 "features" : {
9- "ghcr.io/devcontainers/features/dotnet:2.4.2" : {},
10- "ghcr.io/devcontainers/features/powershell:1.5.1" : {},
119 "ghcr.io/devcontainers/features/azure-cli:1.2.9" : {},
12- "ghcr.io/devcontainers/features/docker-in-docker:2.14.0" : {}
10+ "ghcr.io/devcontainers/features/github-cli:1" : {
11+ "version" : " 2"
12+ },
13+ "ghcr.io/devcontainers/features/powershell:1" : {
14+ "version" : " latest"
15+ },
16+ "ghcr.io/azure/azure-dev/azd:0" : {
17+ "version" : " latest"
18+ },
19+ "ghcr.io/devcontainers/features/dotnet:2" : {
20+ "version" : " none" ,
21+ "dotnetRuntimeVersions" : " 10.0" ,
22+ "aspNetCoreRuntimeVersions" : " 10.0"
23+ },
24+ "ghcr.io/devcontainers/features/copilot-cli:1" : {}
1325 },
1426 "workspaceFolder" : " /workspaces/agent-framework/dotnet/" ,
1527 "customizations" : {
1628 "vscode" : {
1729 "extensions" : [
30+ " GitHub.copilot" ,
31+ " GitHub.vscode-github-actions" ,
1832 " ms-dotnettools.csdevkit" ,
1933 " vscode-icons-team.vscode-icons" ,
2034 " ms-windows-ai-studio.windows-ai-studio"
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/dotnet
1+ FROM mcr.microsoft.com/devcontainers/universal:latest
22
33# Remove Yarn repository with expired GPG key to prevent apt-get update failures
44# Tracking issue: https://github.com/devcontainers/images/issues/1752
You can’t perform that action at this time.
0 commit comments