File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
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" ,
3028 "overrideFeatureInstallOrder" : [
3129 " ghcr.io/devcontainers/features/common-utils" ,
3230 " ghcr.io/devcontainers/features/github-cli" ,
33- " ghcr.io/devcontainers-contrib/features/starship" ,
3431 " ghcr.io/devcontainers/features/dotnet"
3532 ],
3633 "customizations" : {
6360 // They are used for releasing and publishing from the container
6461 "GITHUB_TOKEN" : " ${localEnv:GITHUB_TOKEN}"
6562 },
66- "onCreateCommand" : {
67- "enable-starship" : " echo 'eval \" $(starship init zsh)\" ' >> ~/.zshrc"
68- },
6963 "postAttachCommand" : {
7064 "restore" : " dotnet tool restore && dotnet restore"
7165 },
You can’t perform that action at this time.
0 commit comments