We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 792929d commit d256a1fCopy full SHA for d256a1f
.devcontainer/devcontainer.json
@@ -10,7 +10,8 @@
10
"vscode": {
11
"settings": {},
12
"extensions": [
13
- "HashiCorp.terraform"
+ "HashiCorp.terraform",
14
+ "Github.copilot"
15
]
16
},
17
"codespaces": {}
@@ -21,4 +22,4 @@
21
22
// If you want to use SSO please install xdg-utils in the container
23
//"postCreateCommand": "bash ./.devcontainer/scripts/install-xdg.sh",
24
"remoteUser": "vscode"
-}
25
+}
.devcontainer/withenvfile/devcontainer.json
@@ -4,7 +4,7 @@
4
// Features to add to the dev container. More info: https://containers.dev/features.
5
"features": {
6
"ghcr.io/devcontainers/features/terraform:1": {},
7
- "ghcr.io/devcontainers/features/github-cli:1": {},
+ "ghcr.io/devcontainers/features/github-cli:1": {}
8
9
"customizations": {
0 commit comments