mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Adding the possibility to enrich hovers with additional data (#210472)
Adding the possibility to enrich hovers with additional data
This commit is contained in:
committed by
GitHub
parent
9cae075e98
commit
b8eba5da20
@@ -1563,6 +1563,8 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
InlineCompletionItem: extHostTypes.InlineSuggestion,
|
||||
InlineCompletionList: extHostTypes.InlineSuggestionList,
|
||||
Hover: extHostTypes.Hover,
|
||||
VerboseHover: extHostTypes.VerboseHover,
|
||||
HoverVerbosityAction: extHostTypes.HoverVerbosityAction,
|
||||
IndentAction: languageConfiguration.IndentAction,
|
||||
Location: extHostTypes.Location,
|
||||
MarkdownString: extHostTypes.MarkdownString,
|
||||
|
||||
Reference in New Issue
Block a user