Johannes Rieken
2022-02-24 15:00:29 +01:00
parent d6edae6e30
commit 261adce05c
4 changed files with 0 additions and 8 deletions

View File

@@ -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,