We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a22465 commit ca654bfCopy full SHA for ca654bf
.devcontainer/devcontainer.json
@@ -16,11 +16,21 @@
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": {},
23
- "ghcr.io/devcontainers/features/terraform:1": {}
+ "ghcr.io/devcontainers-extra/features/typescript:2": {
+ "version": "2.0.15"
+ },
+ "ghcr.io/devcontainers/features/python:1": {
+ "version": "1.7.1"
24
25
+ "ghcr.io/devcontainers/features/ruby:1": {
26
+ "version": "1.3.1"
27
28
+ "ghcr.io/devcontainers/features/rust:1": {
29
+ "version": "1.3.2"
30
31
+ "ghcr.io/devcontainers/features/terraform:1": {
32
+ "version": "1.3.10"
33
+ }
34
35
"hostRequirements": {
36
"cpus": 4
0 commit comments