microsoft / linkcheckermd

A VSCode extension that check links in Markdown to ensure they are valid.
MIT License
16 stars 20 forks source link

include linkcheckermd as source in any Diagnostic #61

Closed michaelgwelch closed 2 years ago

michaelgwelch commented 2 years ago

Fixes #60

Previously a user had no idea that the diagnostics reported by this extension in the Problems tab (or in a hover state) where from linkcheckmd. This resolves that issue.

Before:

image

After:

image

Note: Screenshot is out of date. I changed this PR to use linkcheckmd instead of linkcheckermd since the latter appears to be the name assigned in package.json.

Blackmist commented 2 years ago

Thanks for the contribution @michaelgwelch !