File tree Expand file tree Collapse file tree 3 files changed +16
-104
lines changed Expand file tree Collapse file tree 3 files changed +16
-104
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " Application Insights Java Development Environment" ,
3- "image" : " ghcr.io/microsoft/applicationinsights-java/devcontainer:latest" ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:bullseye" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/java:1" : {
6+ "version" : " 17" ,
7+ "jdkDistro" : " ms"
8+ },
9+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
10+ },
11+ "updateContentCommand" : " ./gradlew classes --no-daemon" ,
412 "customizations" : {
513 "vscode" : {
614 "extensions" : [
7- " redhat.java" ,
8- " ms-vscode.vscode-json"
15+ " vscjava.vscode-java-pack" ,
16+ " ms-vscode.vscode-json" ,
17+ " GitHub.copilot" ,
18+ " GitHub.copilot-chat"
919 ]
20+ },
21+ "settings" : {
22+ "java.server.launchMode" : " LightWeight"
1023 }
1124 }
1225}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments