Reputation: 72141
Visual Studio code was working fine with maven projects, and suddenly stopped after I installed a new extension (Lombok).
I can't seem to get it to work anymore, even if I'm not using Lombok, and have the plugin disabled.
As soon as I start Visual Studio Code, it complains with
Couldn't start client language support for java
How can I fix this?
Upvotes: 5
Views: 17722
Reputation: 79
Had issue with the version of Language support for Java(TM) by Red Hat. To resolve the issue, follow the below steps.
Then the issue will be solved.
Upvotes: 0
Reputation: 11
I went to the the extension tab clicked on Language support for Java(TM) by Red Hat and clicked install previous version on the installation options and restarted vscode and worked perfectly for me.
Upvotes: 1
Reputation: 72141
To solve this, I did the following:
Note: I feel that somehow I broke my settings.json file, and doing this fixed it up.
Upvotes: 6