File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed
Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Java 17" ,
3+ "image" : " mcr.microsoft.com/devcontainers/java:17-bullseye" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/java:1" : {
6+ "version" : " 17" ,
7+ "installMaven" : " true" ,
8+ "installGradle" : " false"
9+ },
10+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
11+ },
12+ "customizations" : {
13+ "vscode" : {
14+ "settings" : {},
15+ "extensions" : [
16+ " vscjava.vscode-java-pack" ,
17+ " github.vscode-github-actions" ,
18+ " github.vscode-pull-request-github"
19+ ]
20+ },
21+ "codespaces" : {
22+ "openFiles" : [
23+ " README" ,
24+ " src/index.js"
25+ ]
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 1010.project
1111.settings
1212.classpath
13+ .factorypath
1314
1415# NetBeans #
1516# ###########
Original file line number Diff line number Diff line change 1+ {
2+ "java.compile.nullAnalysis.mode" : " automatic"
3+ }
You can’t perform that action at this time.
0 commit comments