Skip to content

Commit

Permalink
Add java extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
arey committed Dec 31, 2023
1 parent 2579ae0 commit caf3b8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "Spring Framework Petclinic",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"installMaven": "true",
"mavenVersion": "3.8.6"
}
}
},
"extensions": [
"vscjava.vscode-java-pack",
"redhat.vscode-xml",
"vmware.vscode-boot-dev-pack"
]
}

0 comments on commit caf3b8d

Please sign in to comment.