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
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:
Looks like the solved issues have their PR titles pasted in verbatim, without proper escaping and there's one with a <code> tag there: dotnet/roslyn#75215
Steps To Reproduce
Open ms-dotnettools.csharp extension in VSCode Extensions panel
Switch to changelog tab
Expected Behavior
Normal formatted changelog
Environment Information
OS: Windows
VSCode version: 1.94.2
Extension version: 2.50.27
The text was updated successfully, but these errors were encountered:
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.
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:Looks like the solved issues have their PR titles pasted in verbatim, without proper escaping and there's one with a
<code>
tag there:dotnet/roslyn#75215
Steps To Reproduce
ms-dotnettools.csharp
extension in VSCode Extensions panelExpected Behavior
Normal formatted changelog
Environment Information
The text was updated successfully, but these errors were encountered: