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
This tracks testing of the proposed baseUri property on MarkdownString. This property allows specifying a uri to use for resolving relative links (both clickable links and images) that appear inside of the markdown string
Testing:
Using the Completions sample, try creating Markdown strings that use relative links for images and clickable links.
Check that when the baseUri is set, these resources are resolved relative to the baseUri
Note that while baseUri is an API proposal, we don't have a good way to gate it at runtime
The text was updated successfully, but these errors were encountered:
Refs #142051
Complexity: 4
Create Issue
This tracks testing of the proposed
baseUri
property onMarkdownString
. This property allows specifying a uri to use for resolving relative links (both clickable links and images) that appear inside of the markdown stringTesting:
baseUri
is set, these resources are resolved relative to thebaseUri
Note that while
baseUri
is an API proposal, we don't have a good way to gate it at runtimeThe text was updated successfully, but these errors were encountered: