microsoft / vscode-json-languageservice

JSON language service extracted from VSCode to be reused, e.g in the Monaco editor.
Other
261 stars 110 forks source link

create links for values of format: uri-reference #219

Open twelvelabs opened 8 months ago

twelvelabs commented 8 months ago

This PR adds logic to findLinks to create links for relative path names when the associated JSON schema is configured with format: uri-reference.

Fixes: microsoft/vscode#128971 Unblocks: redhat-developer/vscode-yaml#559

A few notes:

twelvelabs commented 8 months ago

@microsoft-github-policy-service agree

twelvelabs commented 8 months ago

ping @aeschli