Skip to content

Commit 9d424fb

Browse files
committed
Update Starship feature source and set .NET version to 10.0 in devcontainer configuration
1 parent 78f6171 commit 9d424fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
// https://github.com/devcontainers/features/blob/main/src/github-cli/README.md
2121
"ghcr.io/devcontainers/features/github-cli:1": {},
2222
// https://github.com/devcontainers-contrib/features/blob/main/src/starship/README.md
23-
"ghcr.io/devcontainers-contrib/features/starship:1": {},
23+
"ghcr.io/devcontainers-extra/features/starship:1": {},
2424
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
2525
"ghcr.io/devcontainers/features/dotnet:2": {
26-
"version": "9.0",
27-
"additionalVersions": "8.0"
26+
"version": "10.0",
27+
"additionalVersions": "9.0, 8.0"
2828
}
2929
},
3030
"overrideFeatureInstallOrder": [

0 commit comments

Comments
 (0)