Skip to content

Commit

Permalink
fix: Add Java feature for Prusti
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Mar 3, 2024
1 parent d4a1bee commit 2e3db33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"image": "mcr.microsoft.com/devcontainers/rust:1-1-bullseye",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/java:1": {} // Used for Prusti
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 2e3db33

Please sign in to comment.