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
In LSPCompletionProposal we use serverCapabilities.getCompletionProvider().getResolveProvider(). This returns a Boolean but for lsp4jakarta this value can be null. Added a null check before using the value.
When you type Ctrl-space you can see the snippets contributed by Java and lsp4mp but not from lsp4jakarta.
Using the draft code incorporating the 12/01 code of lsp4ij and the corresponding support for MicroProfile. #592
The text was updated successfully, but these errors were encountered: