microsoft / linkcheckermd

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

promises, promises #4

Closed Blackmist closed 8 years ago

Blackmist commented 8 years ago

work on converting checking to promises. Mostly works, however the nested promise for 404 checking completes after the outer promise has already handed off the array of diagnostics. So this needs further work to make it blocking (I guess) until the whole list is ready for handoff. Which might take a long period of time if there's a lot of links.

msftclas commented 8 years ago

Hi @Blackmist, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

It looks like you're a Microsoft contributor (Larry Franks). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;