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
Below is a screenshot of VSCode. The Problems panel reports that @tagMetadata must be used on the service namespace. This is incorrect.
The OpenAPI emitter correctly includes the metadata.
Running tsp compile does not show errors.
The VSCode extension is version 0.64.1.
The errors show in the Problems panel only when the file containing the decorator is opened.
The errors also show in the terminal window for when running the auto-discovered task (From the "contributed" section of the VSCode command bar.)
The order of the tags does not matter (tagMetadata/service).
Describe the bug
Below is a screenshot of VSCode. The Problems panel reports that @tagMetadata must be used on the service namespace. This is incorrect.
The OpenAPI emitter correctly includes the metadata.
Running
tsp compile
does not show errors.The VSCode extension is version 0.64.1.
The errors show in the Problems panel only when the file containing the decorator is opened.
The errors also show in the terminal window for when running the auto-discovered task (From the "contributed" section of the VSCode command bar.)
The order of the tags does not matter (tagMetadata/service).
Related discussion: #3777 (comment)
Reproduction
Bug is in VSCode extension, not playground.
Checklist
The text was updated successfully, but these errors were encountered: