You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realised VSCode hover wasn't actually working. Without that constraint, it's not hard to get these links to work, as we don't need to do any re-writing; we just have them be what docusaurus wants in the first place.
In #1225, we introduced a hack to rewrite markdown links that appear in JSDocs to work around typedoc2md/typedoc-plugin-markdown#394, which was the cause of CI failures such as https://github.com/cursorless-dev/cursorless/actions/runs/4022134484/jobs/6911611154. We'd like to remove this hack once that issue is resolved
onBrokenMarkdownLinks
back tothrow
, keeping an eye on `onBrokenMarkdownLinks` vs `onBrokenLinks` facebook/docusaurus#8613 to see if we can switch it tothrow
even before typedoc issue is fixed, or if having it atthrow
is even desirableThe text was updated successfully, but these errors were encountered: