Skip to content

Commit

Permalink
add java 17 jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hlafaille committed Mar 26, 2024
1 parent ffe24db commit 14a126f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"CARGO_BUILD_JOBS": "16",
"ESPRESSO_DEBUG": "1"
},
"features": {
"ghcr.io/devcontainers-contrib/features/apt-get-packages": {
"packages": "openjdk-17-jdk-headless"
}
},
"postStartCommand": "rustup toolchain add stable",
"customizations": {
"vscode": {
Expand Down

0 comments on commit 14a126f

Please sign in to comment.