Adam
Adam

Reputation: 21

VSC Java Build Status stop

Hi my vsc is stuck loading Java Plugins and doesn't highlight bugs in the code. How can I solve my problem?

List of plugins related to Java:

Java Build Status info:

8d74ad46 Configuring java project test-app: 68% Refreshing '/test-app/src/main/java'. [684/1000]
7b0ee4ba Reporting encoding changes. [Done]
037e4b50 Register Watchers [Done]

Has anyone had this problem before ?

Upvotes: 2

Views: 4679

Answers (1)

Molly Wang-MSFT
Molly Wang-MSFT

Reputation: 9521

It's a bug in v0.80.0, see this report:

Try to run normal spring boot project on win 10 with JDK 16 It will stuck on 68%

The current useful workaround is installing another version: java-0.80.2 or rolling back to 0.79.2.

Have a try and see if the question goes away.

Upvotes: 4

Related Questions