Skip to content

Commit c734fd9

Browse files
Create devcontainer.json
1 parent 30c272b commit c734fd9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Name this configuration
3+
"name": "Codespace for Skills!",
4+
"customizations": {
5+
"vscode": {
6+
"extensions": [
7+
"GitHub.copilot",
8+
"hashicorp.terraform"
9+
]
10+
}
11+
},
12+
"features": {
13+
"ghcr.io/devcontainers/features/terraform:1": {},
14+
"ghcr.io/devcontainers/features/azure-cli:1": {}
15+
}
16+
}

0 commit comments

Comments
 (0)