vscode-kotlin
vscode-kotlin copied to clipboard
Updating class path forever
Description
I get the popup " Updating class path" and it never goes away and does not show progress, and I see no output on the Kotlin output next to the terminal. Kotlin highliting works but nothing more than that. PS: it's an android/flutter project
Extension version
v0.2.24
Additional context
Ubuntu 20.04, openjdk 17
Sounds almost like the language server crashes. Does this happen for all Kotlin projects you have tried? Or only the android/flutter project you mention?
I have the same issue with a non-Android app. A demo app that was generated using gradle init
is working fine, but a bigger application is not.
You can clone that big app here and then open the ms/blueprintsprocessor
subdirectory (you will also need to include this settings.xml in your ~/.m2
directory).
Two ideas:
- the real app uses maven and not gradle
- I have also installed (but disabled for this project) the Language Support for Java extension