Closed
Description
In VSCode MarkdownString
can have a property isTrusted
set to true
in order to:
Indicates that this markdown string is from a trusted source. Only trusted markdown supports links that execute commands, e.g. Run it.
Currently, it seems that we don't have an option to configure it. Source
Would it be possible to add a way to configure isTrusted
property?
My use case would be to allow people to click on a type definition inside a tooltip and see the documentation of that types in a documentation panel. This is already something we are doing from inside that documentation panel.
Demo
Use case
The user could click on string
to see that type documentation.