File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1919 },
2020 // https://github.com/devcontainers/features/blob/main/src/github-cli/README.md
2121 "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" : {},
2422 // https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
2523 "ghcr.io/devcontainers/features/dotnet:2" : {
2624 "version" : " 9.0" ,
2725 "additionalVersions" : " 8.0"
28- }
26+ },
27+ // https://github.com/devcontainers/features/blob/main/src/starship/README.md
28+ "ghcr.io/devcontainers/features/starship:1" : {}
2929 },
3030 "overrideFeatureInstallOrder" : [
3131 " ghcr.io/devcontainers/features/common-utils" ,
3232 " ghcr.io/devcontainers/features/github-cli" ,
33- " ghcr.io/devcontainers-contrib/features/starship" ,
3433 " ghcr.io/devcontainers/features/dotnet"
3534 ],
3635 "customizations" : {
6362 // They are used for releasing and publishing from the container
6463 "GITHUB_TOKEN" : " ${localEnv:GITHUB_TOKEN}"
6564 },
66- "onCreateCommand" : {
67- "enable-starship" : " echo 'eval \" $(starship init zsh)\" ' >> ~/.zshrc"
68- },
6965 "postAttachCommand" : {
7066 "restore" : " dotnet tool restore && dotnet restore"
7167 },
You can’t perform that action at this time.
0 commit comments