File tree 3 files changed +32
-0
lines changed
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 10
10
.project
11
11
.settings
12
12
.classpath
13
+ .factorypath
13
14
14
15
# NetBeans #
15
16
# ###########
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