Skip to content
New issue

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

TSDoc codeblocks mangle the @ sign #185018

Closed
freshgum-bubbles opened this issue Jun 13, 2023 · 1 comment
Closed

TSDoc codeblocks mangle the @ sign #185018

freshgum-bubbles opened this issue Jun 13, 2023 · 1 comment
Assignees

Comments

@freshgum-bubbles
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.79.0 (Insiders)
  • OS Version: Windows 11 Pro, 22H2

Steps to Reproduce:

  1. Use a codeblock in TSDoc, as follows:
/**
 * ```
 * @Test() class A {}
 * ```
 */

Expected Result: It renders correctly, without the @ symbol being interpreted as me
wanting to use a specific TSDoc function.

Actual Result:
image

This isn't a new issue by any means.
It was publicly reported back in 2020: microsoft/tsdoc#216
However, the user was told to post it here.
I can't find any pre-existing issues for the above problem.

@mjbvz
Copy link
Collaborator

mjbvz commented Jun 13, 2023

Duplicate of microsoft/TypeScript#49273

@mjbvz mjbvz marked this as a duplicate of microsoft/TypeScript#49273 Jun 13, 2023
@mjbvz mjbvz closed this as completed Jun 13, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jul 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants