mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
remove InlayHint#command for now, https://github.com/microsoft/vscode/issues/141576, https://github.com/microsoft/vscode/issues/143740
This commit is contained in:
@@ -1262,7 +1262,6 @@ class InlayHintsAdapter {
|
||||
label: '', // fill-in below
|
||||
cacheId: id,
|
||||
tooltip: typeConvert.MarkdownString.fromStrict(hint.tooltip),
|
||||
command: hint.command && this._commands.toInternal(hint.command, disposables),
|
||||
position: typeConvert.Position.from(hint.position),
|
||||
kind: hint.kind && typeConvert.InlayHintKind.from(hint.kind),
|
||||
paddingLeft: hint.paddingLeft,
|
||||
|
||||
Reference in New Issue
Block a user