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 1
1
{
2
2
"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" ,
4
12
"customizations" : {
5
13
"vscode" : {
6
14
"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"
9
19
]
20
+ },
21
+ "settings" : {
22
+ "java.server.launchMode" : " LightWeight"
10
23
}
11
24
}
12
25
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments