diff --git a/boot.py b/boot.py index 5d092bcea..55075eade 100644 --- a/boot.py +++ b/boot.py @@ -76,6 +76,7 @@ from .plugin.tooling import LspCopyToClipboardFromBase64Command from .plugin.tooling import LspDumpBufferCapabilities from .plugin.tooling import LspDumpWindowConfigs +from .plugin.tooling import LspOnDoubleClickCommand from .plugin.tooling import LspParseVscodePackageJson from .plugin.tooling import LspTroubleshootServerCommand diff --git a/plugin/inlay_hint.py b/plugin/inlay_hint.py index d4d155b0e..552c8b95b 100644 --- a/plugin/inlay_hint.py +++ b/plugin/inlay_hint.py @@ -71,7 +71,6 @@ def inlay_hint_to_phantom(view: sublime.View, inlay_hint: InlayHint, session: Se def get_inlay_hint_html(view: sublime.View, inlay_hint: InlayHint, session: Session, phantom_uuid: str) -> str: - tooltip = format_inlay_hint_tooltip(inlay_hint.get("tooltip")) label = format_inlay_hint_label(inlay_hint, session, phantom_uuid) font = view.settings().get('font_face') or "monospace" html = """ @@ -91,12 +90,11 @@ def get_inlay_hint_html(view: sublime.View, inlay_hint: InlayHint, session: Sess text-decoration: none; }} -