Skip to content

Commit

Permalink
Create devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswolff96 authored Feb 23, 2024
1 parent a02dbd0 commit aef7ee1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"jdkDistro": "open"
}
},
"customizations": {
"vscode": {
"extensions": ["vscjava.vscode-java-pack", "vscjava.vscode-gradle"]
}
}
}

0 comments on commit aef7ee1

Please sign in to comment.