vscode-kotlin icon indicating copy to clipboard operation
vscode-kotlin copied to clipboard

Updating class path forever

Open lattice0 opened this issue 2 years ago • 2 comments

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

lattice0 avatar Apr 21 '22 05:04 lattice0

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?

themkat avatar Apr 27 '22 18:04 themkat

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

FieteO avatar Jan 04 '23 17:01 FieteO