You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VSCode plugin is able to properly render verbatim/code text wrapped with [] in the popup on hover, but doesn't display anything when wrapped with !{} (cross reference syntax).
For example this:
(** Create new thread wrapped in {!Action.log} *)
val log_create : ?name:string -> ('a -> unit) -> 'a -> Thread.t
is rendered like this:
I'm unsure if this is an issue upstream because it feels like a rendering issue, although I found ocaml/ocaml-lsp#436
The text was updated successfully, but these errors were encountered:
The VSCode plugin is able to properly render verbatim/code text wrapped with
[]
in the popup on hover, but doesn't display anything when wrapped with!{}
(cross reference syntax).For example this:
is rendered like this:
I'm unsure if this is an issue upstream because it feels like a rendering issue, although I found ocaml/ocaml-lsp#436
The text was updated successfully, but these errors were encountered: