You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'green background highlight' indication for a live hover site sometimes isn't showing.
To Reproduce
Create a sample boot app using 'new spring starter' with 'web' and 'actuator' starters.
open application.properties
open main application class
start the boot app from boot dashboard.
=> observe the green highlight shows properly
close the java editor with the main class
re-open the main class
=> green highlight is gone.
Note: it is possible to enable codelenses support and do the same scenario again. The result is more or less the same... however while the 'green highlight' doesn't come back on re-open, the code lenses do.