Closed
Description
Describe the bug
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.