vscode: align typings for provideHover #11862
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
Aligns the typings of
HoverProvider.provideHover
with the API of VS Code.This change also updates the documentation to include the token parameter in the signature of the hover provider examples. Technically, this isn't necessary, but for the sake of completeness, I thought it makes sense.
Fixes #11827
Contributed on behalf of STMicroelectronics
How to test
This isn't really a breaking change and only impacts the external extension API, which isn't used directly (I assume) anyway, as people most likely implement against the VS Code API anyway. Also, this method is never invoked directly from within Theia too. So there is nothing really to test, imho.
I locally confirmed that this change makes the report happy.
Review checklist
Reminder for reviewers