Skip to content

Commit

Permalink
Remove Java feature from devcontainer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Dec 11, 2024
1 parent c37e78b commit cb33fce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"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/java:1": {} // Used for Prusti
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"customizations": {
"vscode": {
Expand Down Expand Up @@ -40,8 +39,7 @@
"ZhangYue.rust-mod-generator",
"usernamehw.errorlens",
"seatonjiang.gitmoji-vscode",
"github.vscode-github-actions",
"viper-admin.prusti-assistant"
"github.vscode-github-actions"
]
},
"codespaces": {
Expand Down

0 comments on commit cb33fce

Please sign in to comment.