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
@default
Type: Bug
When entering a JSON object as the value for a @default tag, the first opening curly bracket is treated as part of the code.
For example:
class X { /** * @default { "a": 1 } */ foo: any; }
Is displayed as:
VS Code version: Code - Insiders 1.91.0-insider (b36286db80c68b7fdc6bfee2f55e0208c8833dfc, 2024-06-25T09:14:46.370Z) OS version: Modes:
System Info: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Type: Bug
When entering a JSON object as the value for a
@default
tag, the first opening curly bracket is treated as part of the code.For example:
Is displayed as:
VS Code version: Code - Insiders 1.91.0-insider (b36286db80c68b7fdc6bfee2f55e0208c8833dfc, 2024-06-25T09:14:46.370Z)
OS version:
Modes:
System Info: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Extensions (16)
The text was updated successfully, but these errors were encountered: