microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
234 stars 13 forks source link

[BUG] ms-dotnettools.csharp extension has corrupt changelog when viewed in VSCode #1538

Closed rjgotten closed 1 month ago

rjgotten commented 1 month ago

Describe the Issue

When opening the changelog for the ms-dotnettools.csharp extension in VSCode, there is a corruption in the section for version 2.50.x which causes the entirety of the remainder of the file to be misformatted:

Image

Looks like the solved issues have their PR titles pasted in verbatim, without proper escaping and there's one with a <code> tag there: https://github.com/dotnet/roslyn/pull/75215

Steps To Reproduce

  1. Open ms-dotnettools.csharp extension in VSCode Extensions panel
  2. Switch to changelog tab

Expected Behavior

Normal formatted changelog

Environment Information

AbhitejJohn commented 1 month ago

Thanks for letting us know @rjgotten . Tagging @webreidi for thoughts on this. I do not know if the changelogs are updated through automation or if this is done manually.

webreidi commented 1 month ago

Tagging @dibarbet since this is referring to the C# extension.