Skip to content

Commit 387d6ff

Browse files
install direnv.
1 parent afe838c commit 387d6ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/devcontainers/default/.devcontainer/devcontainer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,20 @@
1515
"--platform=linux/amd64"
1616
],
1717
"remoteUser": "vscode",
18+
"overrideFeatureInstallOrder": [
19+
"ghcr.io/devcontainers-extra/features/direnv:1.0.3"
20+
],
1821
"features": {
22+
"ghcr.io/devcontainers-extra/features/direnv:1.0.3": {
23+
"version": "2.37.1"
24+
},
1925
"ghcr.io/devcontainers/features/python:1.7.1": {
2026
"version": "3.13.8",
2127
"installTools": true
2228
},
2329
"ghcr.io/devcontainers-extra/features/zsh-plugins:0.0.5": {
2430
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions https://github.com/zsh-users/zsh-syntax-highlighting.git https://github.com/MichaelAquilina/zsh-you-should-use.git",
2531
"plugins": "git python ubuntu ruby jsontools sudo bundler direnv gitignore encode64 gem copypath copyfile terraform dirhistory aliases z docker asdf aws emoji zsh-you-should-use zsh-autosuggestions zsh-syntax-highlighting"
26-
27-
2832
},
2933
"ghcr.io/devcontainers/features/aws-cli:1.1.2": {
3034
"version": "2.31.18"

0 commit comments

Comments
 (0)