Open lszomoru opened 1 day ago
This needs to set the related actions
options when creating the hover:
I would think this could be proposed new API for the status bar item to have an overload for tooltip
:
Something like:
tooltip: string | MarkdownString | { actions: Command[], content: string | MarkDownString } | undefined
If someone wants to contribute this, opening for help wanted 👍
It would be nice if extensions would be able to specify a list of commands which would then be passed on to the HoverService so that they are rendered in the hover status bar.