Open fwcd opened 2 years ago
We should add a check to javaSetup.ts that verifies that the installed Java version is >= 11 and, if not, presents an error notification (+ skips the language server/debug adapter initialization).
javaSetup.ts
>= 11
We should add a check to
javaSetup.ts
that verifies that the installed Java version is>= 11
and, if not, presents an error notification (+ skips the language server/debug adapter initialization).