Skip to content

HoverContext should pass back the specific type of hover I provided #211155

@mjbvz

Description

Testing #210904

I suggest that we change the provider to:

interface  HoverProvider<T extends Hover = Hover> {... }

And then make HoverContext use the specific type of hover our provider returned (T). This lets us avoid an extra cast

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions