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
Fix description markdown rendering in completion (#137)
Before this, markdown-rendered HTML from description was rendered as
plain text.
To test, use the demo with tsconfig.json schema and type a new property
`ts` to trigger completion for `ts-node`, which description contains a
link.
---------
Co-authored-by: Samuel <[email protected]>
0 commit comments