thamara / vscode-code-annotation

Code Annotation Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
GNU General Public License v3.0
67 stars 27 forks source link

Summary report has formatting errors #37

Closed tomotvos closed 2 years ago

tomotvos commented 2 years ago

The summary report seems to mess up on formatting the code blocks. It looks like it is omitting a set of ``` between the source file name and the method being annotated. For example:

Code Annotator - Summary


Pending

- This should also be checking to make sure it is not a service token

Created at 2021-11-16 21:24

`Proxy/UtilityClasses/UserAuthorize.cs`
### - Authenticate should use the "EP" model the other endpoints are using

Created at 2021-11-16 21:32

Proxy/Controllers/V2/customerController.cs

Authenticate
thamara commented 2 years ago

Thank you for reporting this. The fix is in place and will be included in the next release of the extension (which should happen in about 15 days). If you don't want to wait for the update from the VSCode marketplace, you can use this link and install it manually. For information how to install manually, check this SO answer.