Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve exception handling in InlayHintProvider (eclipse-lsp4e#1151
) If the request for an inlayHint() ends exceptionally, always return an empty list. In addition, if the exception is due to a cancellation request, skip error logging. This is analogous to https://github.com/eclipse-lsp4e/lsp4e/blob/2f4198aa4bf739c76ab92eecdf891b889d7fc7cb/org.eclipse.lsp4e/src/org/eclipse/lsp4e/outline/LSSymbolsContentProvider.java#L429-L436
- Loading branch information