microsoft / linkcheckermd

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

When problems are listed in Problems Tab linkcheckermd should be reported as the source #60

Closed michaelgwelch closed 1 year ago

michaelgwelch commented 1 year ago

I've lived with the issue of warnings on links with language codes in them for a long time. (Ironically it turns out that this extension is from Microsoft which I did not know, because it's links to Microsoft that typically have the language codes in them. Every time I get this warning it's a Microsoft link and I have no idea what I'm supposed to do about it.)

I finally just had to start disabling extensions to figure out what was reporting this warning.

Fortunately I found it rather quickly. I don't know when or why I installed this extension but I could have disabled it much more quickly if it had reported to me where it comes from. Here's a screen shot showing two warnings. The first from this extension, the second from markdownlint.

image

The one related to markdownlint is much more user friendly.