We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067f075 commit c019e17Copy full SHA for c019e17
.devcontainer/devcontainer.json
@@ -10,7 +10,8 @@
10
"ghcr.io/devcontainers/features/go:1": {},
11
"ghcr.io/devcontainers/features/node:1": {},
12
"ghcr.io/devcontainers-extra/features/uv:1": {},
13
- "ghcr.io/schlich/devcontainer-features/just:0": {}
+ "ghcr.io/schlich/devcontainer-features/just:0": {},
14
+ "ghcr.io/devcontainers/features/dotnet:2": {}
15
}
16
17
// Features to add to the dev container. More info: https://containers.dev/features.
0 commit comments