Skip to content

Fix LSP inlay hint deserialization

Waqar Ahmed requested to merge work/fix-lsp-inlay-hints into master

The label can either be a string or an array of LabelParts. Previous code was assuming it to be an object which gives bad results

Also, ignore empty labels.

Merge request reports