Skip to content

Commit d256a1f

Browse files
committed
formating
1 parent 792929d commit d256a1f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"vscode": {
1111
"settings": {},
1212
"extensions": [
13-
"HashiCorp.terraform"
13+
"HashiCorp.terraform",
14+
"Github.copilot"
1415
]
1516
},
1617
"codespaces": {}
@@ -21,4 +22,4 @@
2122
// If you want to use SSO please install xdg-utils in the container
2223
//"postCreateCommand": "bash ./.devcontainer/scripts/install-xdg.sh",
2324
"remoteUser": "vscode"
24-
}
25+
}

.devcontainer/withenvfile/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Features to add to the dev container. More info: https://containers.dev/features.
55
"features": {
66
"ghcr.io/devcontainers/features/terraform:1": {},
7-
"ghcr.io/devcontainers/features/github-cli:1": {},
7+
"ghcr.io/devcontainers/features/github-cli:1": {}
88
},
99
"customizations": {
1010
"vscode": {

0 commit comments

Comments
 (0)