File tree 2 files changed +6
-23
lines changed
2 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 10
10
"vscode" : {
11
11
"settings" : {},
12
12
"extensions" : [
13
- " HashiCorp.terraform"
13
+ " HashiCorp.terraform" ,
14
+ " Github.copilot"
14
15
]
15
16
},
16
17
"codespaces" : {}
21
22
// If you want to use SSO please install xdg-utils in the container
22
23
// "postCreateCommand": "bash ./.devcontainer/scripts/install-xdg.sh",
23
24
"remoteUser" : " vscode"
24
- }
25
+ }
Original file line number Diff line number Diff line change 4
4
// Features to add to the dev container. More info: https://containers.dev/features.
5
5
"features" : {
6
6
"ghcr.io/devcontainers/features/terraform:1" : {},
7
- "ghcr.io/devcontainers/features/github-cli:1" : {},
8
- "ghcr.io/devcontainers/features/python:1" : {},
9
- "ghcr.io/devcontainers/features/go:1" : {}
7
+ "ghcr.io/devcontainers/features/github-cli:1" : {}
10
8
},
11
9
"customizations" : {
12
10
"vscode" : {
13
11
"extensions" : [
14
- " ms-python.vscode-pylance" ,
15
- " ms-python.python" ,
16
- " charliermarsh.ruff" ,
17
12
" Github.copilot" ,
18
13
" HashiCorp.terraform"
19
14
],
20
15
// Set *default* container specific settings.json values on container create.
21
- "settings" : {
22
- "python.defaultInterpreterPath" : " /usr/local/bin/python" ,
23
- "python.linting.enabled" : true ,
24
- "python.testing.unittestEnabled" : false ,
25
- "python.testing.pytestEnabled" : true ,
26
- "[python]" : {
27
- "editor.formatOnSave" : true ,
28
- "editor.codeActionsOnSave" : {
29
- "source.fixAll" : " always"
30
- }
31
- },
32
- "python.formatting.provider" : " black"
33
- }
16
+ "settings" : {}
34
17
},
35
18
"codespaces" : {}
36
19
},
49
32
" .devcontainer/devcontainer.env"
50
33
],
51
34
"postStartCommand" : " go install github.com/hashicorp/terraform-config-inspect@latest"
52
-
53
- }
35
+ }
You can’t perform that action at this time.
0 commit comments