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
Observe the tooltip for theProfile. VSCode parses the @not_an_email as a JSDoc tag, breaking the code formatting. It will do this even if the example code is fenced in back-ticks, with slightly different output.
Does this issue occur when all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered:
Noticed an issue with the
@example
JSDoc tag when the example happens to use an@
sign, such as for an email address (my case).Steps to Reproduce:
@example
JSDoc tag similar to the below:theProfile
. VSCode parses the@not_an_email
as a JSDoc tag, breaking the code formatting. It will do this even if the example code is fenced in back-ticks, with slightly different output.Does this issue occur when all extensions are disabled?: N/A
The text was updated successfully, but these errors were encountered: