microsoft / linkcheckermd

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

Add 404 checking #1

Closed Blackmist closed 8 years ago

Blackmist commented 8 years ago

Need to add 404 checking for HTML style links. Care should be taken that this doesn't block the user's ability to continue editing

Blackmist commented 8 years ago

This should be flagged as an error, since a 404 is something outside our control. We should avoid linking to failing URLs entirely.

squillace commented 8 years ago

yes, flag it, but I'm not clear what "flag" means in this context.

Blackmist commented 8 years ago

Show a red squiggle under the URL.

Blackmist commented 8 years ago

5 includes this functionality, but I think we should drop it. With more than a few links, it takes so long that it delays highlighting of country code links, and each subsequent change to the document fires off new requests to check the same links over and over. Not a great experience.

Blackmist commented 8 years ago

closed by pr #8