What is this red clock coming in front of Java classes in VSCode?

I'm making a Spring Boot application using VSCode, but there is a red clock symbol in front of Java classes and the autocomplete feature is not working. I've already installed all the required extensions for Spring Boot development and also Java extension pack by Microsoft.

1

2 Answers

Are you sure it's not the Java icon VSCode uses ?

I noticed it looks like a clock, but it's actually a J letter (not very round) in a red circle.

java file tab in VSCode
(picture courtesy of VSCode issue change java icon to the java cup icon on GitHub)

If you mean this red clockenter image description here

you can remove it by clicking with your right mouse tap on src, then go to mark directory as and then to sourses root. Then your programme will work again. :)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like