File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
.devcontainer/withenvfile Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 5
5
"features" : {
6
6
"ghcr.io/devcontainers/features/terraform:1" : {},
7
7
"ghcr.io/devcontainers/features/github-cli:1" : {},
8
- "ghcr.io/devcontainers/features/python:1" : {},
9
- "ghcr.io/devcontainers/features/go: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