Skip to content

Commit 84320a1

Browse files
committed
fixup! feat: release automation with FAKE and minimal documentation
1 parent e4e4dc8 commit 84320a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
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",
@@ -30,7 +28,6 @@
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": {
@@ -63,9 +60,6 @@
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
},

0 commit comments

Comments
 (0)