Skip to content

Commit 71123f3

Browse files
fix: alphebetical ordering
1 parent a1a5a54 commit 71123f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
},
1818
"features": {
19+
"ghcr.io/devcontainers-extra/features/typescript:2": {},
1920
"ghcr.io/devcontainers/features/python:1": {},
2021
"ghcr.io/devcontainers/features/ruby:1": {},
2122
"ghcr.io/devcontainers/features/rust:1": {},
22-
"ghcr.io/devcontainers/features/terraform:1": {},
23-
"ghcr.io/devcontainers-extra/features/typescript:2": {}
23+
"ghcr.io/devcontainers/features/terraform:1": {}
24+
},
25+
"hostRequirements": {
26+
"cpus": 4
2427
},
2528
"image": "mcr.microsoft.com/devcontainers/universal:2",
26-
"postCreateCommand": "pip install -y uv pre-commit detect-secrets && pre-commit run --all-files",
27-
"hostRequirements": {
28-
"cpus": 4
29-
}
29+
"postCreateCommand": "pip install -y uv pre-commit detect-secrets && pre-commit run --all-files"
3030
}

0 commit comments

Comments
 (0)