Skip to content Skip to sidebar Skip to footer

The Language Support For Java Server Crashed 5 Times In The Last 3 Minutes. The Server Will Not Be Restarted

After added gitlab, my flutter project is not working vs code not run the Android app. so, I restart my Linux pc and tried again now it is showing this error message The Language

Solution 1:

I was facing the same issue, struggled a lot but no success One day I was just looking for some threads and found a solution.

Install an extension called Lombok Annotations

https://marketplace.visualstudio.com/items?itemName=GabrielBB.vscode-lombok

After installation of this extension, my Java code is able to run and debug in VSCode.

PS: Make sure you had insalled Java Extension pack https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack

Solution 2:

try this ;- clean the workspace directory in the following way:

  1. Open the command palette (F1)
  2. select Java: Clean the Java Language Server Workspace
  3. select Restart and delete from the confirmation prompt

Post a Comment for "The Language Support For Java Server Crashed 5 Times In The Last 3 Minutes. The Server Will Not Be Restarted"