Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off the Java Language Server in VS Code?

How do I turn off the Java Language Server completely? I can't find it anywhere. I just want it off so it does not repeatedly do "importing root project configuration project".

Starting java

like image 319
Ken Williams Avatar asked Feb 20 '26 22:02

Ken Williams


1 Answers

You can disable the Language Support for Java(TM) by Red Hat extension in VS Code.

It can either be disabled entirely, or just for your current workspace. If you never want to use it, you can uninstall the extension instead.

enter image description here

like image 102
J Lewis Avatar answered Feb 22 '26 14:02

J Lewis