mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
bbe096a764
* Update devcontainer versions for .net * Fix version number * Remove docker in docker * bring back docker in docker * Try bookworm version of container * Try the trixie image * Try noble container * Try preview image * Try 2-10.0 * Add docker file to work around devcontainer bug
24 lines
731 B
JSON
24 lines
731 B
JSON
{
|
|
"name": "C# (.NET)",
|
|
//"image": "mcr.microsoft.com/devcontainers/dotnet",
|
|
// Workaround for https://github.com/devcontainers/images/issues/1752
|
|
"build": {
|
|
"dockerfile": "dotnet.Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/dotnet:2.4.2": {},
|
|
"ghcr.io/devcontainers/features/powershell:1.5.1": {},
|
|
"ghcr.io/devcontainers/features/azure-cli:1.2.9": {},
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2.14.0": {}
|
|
},
|
|
"workspaceFolder": "/workspaces/agent-framework/dotnet/",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-dotnettools.csdevkit",
|
|
"vscode-icons-team.vscode-icons",
|
|
"ms-windows-ai-studio.windows-ai-studio"
|
|
]
|
|
}
|
|
}
|
|
} |