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
When I open a maven project that has unresolved dependencies, meghanada silentlfy fails.
My understanding is that the server actually fails and if I check the server logs I see a message like: run mvn install or mvn resolve.
I would like to be informed about this case, without having to check the logs. Possilbe approaches:
in my status line
in my minibar (though I hate it when plugins get my minibar busy, this is one of the cases that makes sense).
Similar approach to how lsp-ui displays messages in the buffer.
Now for simple cases where a simple mvn reslove could address the problem maybe it also makes sense to have the server automatically call this command?
The text was updated successfully, but these errors were encountered:
iocanel
changed the title
Improve user experience on mave projects with unresolved dependencies.
Improve user experience on maven projects with unresolved dependencies.
Jul 19, 2018
When I open a maven project that has unresolved dependencies, meghanada silentlfy fails.
My understanding is that the server actually fails and if I check the server logs I see a message like:
run mvn install or mvn resolve
.I would like to be informed about this case, without having to check the logs. Possilbe approaches:
lsp-ui
displays messages in the buffer.Now for simple cases where a simple
mvn reslove
could address the problem maybe it also makes sense to have the server automatically call this command?The text was updated successfully, but these errors were encountered: