Support JSDoc @link
inline tags
#28624
Labels
feature-request
Request for new features or functionality
javascript
JavaScript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Steps to Reproduce:
test.js
with below contentbind
, it showsNotice that the link is
There is an extra
}
at the end of the link.When you click on this link, the browser will also go to this incorrect link.
BTW, The definition of function bind is:
My guess is that the bug might exist here, but I'm not sure.
https://github.com/Microsoft/vscode/blob/master/src/vs/base/browser/htmlContentRenderer.ts#L130-L141
The text was updated successfully, but these errors were encountered: