diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index dff84faf..db0fd0fe 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,8 @@ "ghcr.io/devcontainers/features/go:1": {}, "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-extra/features/uv:1": {}, - "ghcr.io/schlich/devcontainer-features/just:0": {} + "ghcr.io/schlich/devcontainer-features/just:0": {}, + "ghcr.io/devcontainers/features/dotnet:2": {} } // Features to add to the dev container. More info: https://containers.dev/features.