Skip to content

Commit 6f66712

Browse files
authored
Merge pull request microsoft#54 from sam1el/codepsace_fix
updated python and maven versions as well as mocha path
2 parents 4beaba5 + fec4d69 commit 6f66712

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@
99
"nodeGypDependencies": true,
1010
"version": "lts"
1111
},
12-
"ghcr.io/devcontainers-contrib/features/mocha:2": {
12+
"ghcr.io/devcontainers-extra/features/mocha:2": {
1313
"version": "latest"
1414
},
1515
"ghcr.io/devcontainers/features/docker-in-docker:2": {
1616
"version": "latest"
1717
},
1818
"ghcr.io/devcontainers/features/java:1": {
1919
"version": "17",
20-
"installMaven": true
20+
"installMaven": true,
21+
"mavenVersion": "3.9.10"
2122
},
2223
"ghcr.io/devcontainers/features/python:1": {
23-
"version": "3.8"
24+
"version": "3.11"
2425
}
2526
},
2627
"customizations": {
@@ -49,5 +50,5 @@
4950
// }
5051
// }
5152
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
52-
// "remoteUser": "root"
53+
// "remoteUser": "root"
5354
}

0 commit comments

Comments
 (0)