entlicher opened a new pull request #3400: URL: https://github.com/apache/netbeans/pull/3400
When a project problem is detected, there is no way to resolve it from within VSCode extension. This PR introduces `java.project.resolveProjectProblems` command, which attempts to resolve the project problems and when they are not resolved, it displays the resolution error. `JavaErrorProvider` displays a dull `error(0): null` message, which we change to `error(1): <line:column range>` The gradle project needs to be adapted to provide the resolution error message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
