Skip to content

Commit 5dfecae

Browse files
committed
add direnv and terraform vscode extension
1 parent 18d565d commit 5dfecae

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"image": "mcr.microsoft.com/devcontainers/universal:2",
33
"features": {
4+
"ghcr.io/christophermacgown/devcontainer-features/direnv:1": {},
45
"ghcr.io/mickeahlinder/devcontainer-features/tfenv:1": {},
56
"ghcr.io/devcontainers/features/python:1": {
6-
"version": "3.11"
7+
"version": "3.11"
8+
}
9+
},
10+
"customizations": {
11+
"vscode": {
12+
"settings": {},
13+
"extensions": [
14+
"hashicorp.terraform"
15+
]
716
}
817
}
918
}

0 commit comments

Comments
 (0)