mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
19 lines
539 B
JSON
19 lines
539 B
JSON
{
|
|
"name": "C# (.NET)",
|
|
"image": "mcr.microsoft.com/devcontainers/dotnet:9.0",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/dotnet:2.4.0": {},
|
|
"ghcr.io/devcontainers/features/powershell:1.5.1": {},
|
|
"ghcr.io/devcontainers/features/azure-cli:1.2.8": {}
|
|
},
|
|
"workspaceFolder": "/workspaces/agent-framework/dotnet/",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-dotnettools.csdevkit",
|
|
"vscode-icons-team.vscode-icons",
|
|
"ms-windows-ai-studio.windows-ai-studio"
|
|
]
|
|
}
|
|
}
|
|
} |