Revert devcontainer bug workaround (#4206)

This commit is contained in:
westey
2026-02-24 12:07:44 +00:00
committed by GitHub
parent ec6c5ad793
commit 1086d1d183
2 changed files with 1 additions and 10 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
{
"name": "C# (.NET)",
//"image": "mcr.microsoft.com/devcontainers/dotnet",
// Workaround for https://github.com/devcontainers/images/issues/1752
"build": {
"dockerfile": "dotnet.Dockerfile"
},
"image": "mcr.microsoft.com/devcontainers/dotnet",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1.2.9": {},
"ghcr.io/devcontainers/features/github-cli:1": {