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 a1a5a54 commit 71123f3Copy full SHA for 71123f3
.devcontainer/devcontainer.json
@@ -16,15 +16,15 @@
16
}
17
},
18
"features": {
19
+ "ghcr.io/devcontainers-extra/features/typescript:2": {},
20
"ghcr.io/devcontainers/features/python:1": {},
21
"ghcr.io/devcontainers/features/ruby:1": {},
22
"ghcr.io/devcontainers/features/rust:1": {},
- "ghcr.io/devcontainers/features/terraform:1": {},
23
- "ghcr.io/devcontainers-extra/features/typescript:2": {}
+ "ghcr.io/devcontainers/features/terraform:1": {}
24
+ },
25
+ "hostRequirements": {
26
+ "cpus": 4
27
28
"image": "mcr.microsoft.com/devcontainers/universal:2",
- "postCreateCommand": "pip install -y uv pre-commit detect-secrets && pre-commit run --all-files",
- "hostRequirements": {
- "cpus": 4
29
- }
+ "postCreateCommand": "pip install -y uv pre-commit detect-secrets && pre-commit run --all-files"
30
0 commit comments