Skip to content

Commit 5c38d5e

Browse files
authored
Add java.jdt.ls.java.home configuration
1 parent 93524e8 commit 5c38d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"name": "JavaSE-21",
2020
"path": "/usr/lib/jvm/msopenjdk-current"
2121
}
22-
]
22+
],
23+
"java.jdt.ls.java.home": "/usr/lib/jvm/msopenjdk-current"
2324
}
2425
}
2526
},

0 commit comments

Comments
 (0)