Skip to content

Commit 792929d

Browse files
committed
chore: cleanup devcontainer
1 parent 7d5b9b6 commit 792929d

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.devcontainer/withenvfile/devcontainer.json

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,15 @@
55
"features": {
66
"ghcr.io/devcontainers/features/terraform:1": {},
77
"ghcr.io/devcontainers/features/github-cli:1": {},
8-
"ghcr.io/devcontainers/features/python:1": {},
9-
"ghcr.io/devcontainers/features/go:1": {}
108
},
119
"customizations": {
1210
"vscode": {
1311
"extensions": [
14-
"ms-python.vscode-pylance",
15-
"ms-python.python",
16-
"charliermarsh.ruff",
1712
"Github.copilot",
1813
"HashiCorp.terraform"
1914
],
2015
// 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": {}
3417
},
3518
"codespaces": {}
3619
},
@@ -49,5 +32,4 @@
4932
".devcontainer/devcontainer.env"
5033
],
5134
"postStartCommand": "go install github.com/hashicorp/terraform-config-inspect@latest"
52-
53-
}
35+
}

0 commit comments

Comments
 (0)