vscode-kotlin
vscode-kotlin copied to clipboard
Check JDK version automatically
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).