Skip to content

Commit 3d0f5b9

Browse files
committed
fixup! feat: release automation with FAKE and minimal documentation
1 parent d42073c commit 3d0f5b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,17 @@
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": {
@@ -63,9 +62,6 @@
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
},

0 commit comments

Comments
 (0)