Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
12.2
Description
After successful Gradle build the hint on package statement should disappear. It doesn't right now. One needs to perform edit (press Enter?) in the editor to refresh the hints. To reproduce:
Create new Gradle project with some (not downloaded) dependencies. Open it in VSCode Apache NetBeans Language Server 12.2. There should be hint "Missing mandatory classpath entries" on package statement. Select fix, the build is started and finishes successfully. However the hint still remains.