fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
298 stars 41 forks source link

Check JDK version automatically #88

Open fwcd opened 2 years ago

fwcd commented 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).