mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
experiment with InlayHintLabelPart and source location as "anchor action",
https://github.com/microsoft/vscode/issues/129528
This commit is contained in:
@@ -1504,7 +1504,7 @@ export interface ISignatureHelpContextDto {
|
||||
|
||||
export interface IInlayHintDto {
|
||||
cacheId?: ChainedCacheId;
|
||||
label: string;
|
||||
label: string | modes.InlayHintLabelPart[];
|
||||
tooltip?: string | IMarkdownString;
|
||||
position: IPosition;
|
||||
kind: modes.InlayHintKind;
|
||||
|
||||
Reference in New Issue
Block a user