We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally from @Laser42 in microsoft/vscode#98575
JsDoc comments highlights incorrectly when editing html files.
Steps to Reproduce:
<script> /** * A function * @param {string} arg - string argument * @returns {null} - desc */ function MyFunc(arg) { return null; } /** * A class */ class MyClass { /** * Ctor * @param {string} field - desc */ constructor(field) { this.field = field; } } </script>
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Originally from @Laser42 in microsoft/vscode#98575
JsDoc comments highlights incorrectly when editing html files.
Steps to Reproduce:
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: