Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.5
-
None
-
None
Description
java/LSP server attempts to 'prime' the gradle project so NB can construct a classpath and can answer LSP client questions. If the project loading fails for some reason - e.g. misconfiguration or build plugin error, only a generic message ("project has problems") will appear in LSP client and the remedy action is - run priming build (which fails again).
An appropriate action is to report the problem to the user.