Skip to content
New issue

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

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

Closed
rjgotten opened this issue Oct 16, 2024 · 2 comments · Fixed by dotnet/vscode-csharp#7665

Comments

@rjgotten
Copy link

rjgotten commented Oct 16, 2024

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:
dotnet/roslyn#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

  • OS: Windows
  • VSCode version: 1.94.2
  • Extension version: 2.50.27
@rjgotten rjgotten added the bug Something isn't working label Oct 16, 2024
@AbhitejJohn
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants