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 19
19
},
20
20
// https://github.com/devcontainers/features/blob/main/src/github-cli/README.md
21
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" : {},
24
22
// https://github.com/devcontainers/features/blob/main/src/dotnet/README.md
25
23
"ghcr.io/devcontainers/features/dotnet:2" : {
26
24
"version" : " 9.0" ,
30
28
"overrideFeatureInstallOrder" : [
31
29
" ghcr.io/devcontainers/features/common-utils" ,
32
30
" ghcr.io/devcontainers/features/github-cli" ,
33
- " ghcr.io/devcontainers-contrib/features/starship" ,
34
31
" ghcr.io/devcontainers/features/dotnet"
35
32
],
36
33
"customizations" : {
63
60
// They are used for releasing and publishing from the container
64
61
"GITHUB_TOKEN" : " ${localEnv:GITHUB_TOKEN}"
65
62
},
66
- "onCreateCommand" : {
67
- "enable-starship" : " echo 'eval \" $(starship init zsh)\" ' >> ~/.zshrc"
68
- },
69
63
"postAttachCommand" : {
70
64
"restore" : " dotnet tool restore && dotnet restore"
71
65
},
You can’t perform that action at this time.
0 commit comments