Skip to content

Commit c2d0dfc

Browse files
GabrielBBfbricon
authored andcommitted
Changing "JDK 8" to just "JDK" in README
I Just found out JDK 11 is fully compatible so i used "java.home" with my JDK 11 folder and it works with no problems. That's why i'm doing this fix in the README
1 parent 024f51c commit c2d0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Supported VS Code settings
6565
==========================
6666
The following settings are supported:
6767

68-
* `java.home` : Absolute path to JDK 8 home folder used to launch the Java Language Server. Requires VS Code restart.
68+
* `java.home` : Absolute path to JDK home folder used to launch the Java Language Server. Requires VS Code restart.
6969
* `java.jdt.ls.vmargs` : Extra VM arguments used to launch the Java Language Server. Requires VS Code restart.
7070
* `java.configuration.updateBuildConfiguration` : Specifies how modifications on build files update the Java classpath/configuration. Supported values are `disabled` (nothing happens), `interactive` (asks about updating on every modification), `automatic` (updating is automatically triggered).
7171
* `java.errors.incompleteClasspath.severity` : Specifies the severity of the message when the classpath is incomplete for a Java file. Supported values are `ignore`, `info`, `warning`, `error`.

0 commit comments

Comments
 (0)