Skip to content

Commit

Permalink
Update devcontainer.json with Java and GitHub Copilot extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswolff96 committed Feb 23, 2024
1 parent aef7ee1 commit 4811462
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "17",
"jdkDistro": "open"
"version": "17"
}
},
"customizations": {
"vscode": {
"extensions": ["vscjava.vscode-java-pack", "vscjava.vscode-gradle"]
"extensions": ["vscjava.vscode-java-pack", "vscjava.vscode-gradle", "github.copilot"]
}
}
}

0 comments on commit 4811462

Please sign in to comment.