We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f0a08 commit f863a95Copy full SHA for f863a95
.devcontainer/devcontainer.json
@@ -20,11 +20,11 @@
20
// https://github.com/devcontainers/features/blob/main/src/github-cli/README.md
21
"ghcr.io/devcontainers/features/github-cli:1": {},
22
// https://github.com/devcontainers-contrib/features/blob/main/src/starship/README.md
23
- "ghcr.io/devcontainers-contrib/features/starship:1": {},
+ "ghcr.io/devcontainers-extra/features/starship:1": {},
24
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
25
"ghcr.io/devcontainers/features/dotnet:2": {
26
- "version": "9.0",
27
- "additionalVersions": "8.0"
+ "version": "10.0",
+ "additionalVersions": "9.0, 8.0"
28
}
29
},
30
"overrideFeatureInstallOrder": [
0 commit comments