Search code examples
kotlinvisual-studio-codelanguage-server-protocol

VSCode displays 'Installing Kotlin Language Server' for a long time. Can I stop it?


VScode displays this status when I open it:

enter image description here

Installing Kotlin Language Server...

It takes a long time to go away. It also seems to make it impossible for me to debug my Android projects.

How can I know how long it will take to complete?

Is it possible and safe to cancel the operation?

I don't believe I use Kotlin in my projects, so I don't think I need it.

update:

Restart computer not solve this. it still become Installing.

Is it possible to show progress (like percent: 20%) ? I waiting for a while now, but I don't know when it can be finished.


Solution

  • For me made Disable the Kotlin extension in vscode make the error go away :)

    enter image description here