microsoft / linkcheckermd

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

Could relative links be checked automatically? #40

Open henrikbarium opened 4 years ago

henrikbarium commented 4 years ago

According to the documentation, links containing a country code gets checked automatically while broken links are only checked on Alt+L.

Would it be possible to make local/relative links be checked automatically and Alt+L only be needed for external URLs where a network call is needed?