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
231 stars 13 forks source link

[Green][NETSDKE2E] [Loc]String "Coverage" is not localized on the "Test Result" window after open a coverage report #1573

Open yinjiehe01 opened 6 days ago

yinjiehe01 commented 6 days ago

Describe the Issue

The String "Coverage" is not localized on the "Test Result" window Image

Steps To Reproduce

1.Install VS Code from Download Visual Studio Code - Mac, Linux, Windows 2.Install C# and CDK. 3.Create a UT project and open it in VS Code. 4.Open a coverage report by using ".NET: open Coverage Report" 5.Obverse the "Test Result" window.

Expected Behavior

The String "Coverage" should be localized.

Environment Information

C# 2.55.11: https://dev.azure.com/dnceng/internal/_build/results?buildId=2572096&view=results C# Devkit 1.12.52: https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=10489459&view=results OS: Linux VS Code:1.95.0 .NET install tool:2.2.2 Affect language: TK JP SC DE

ocallesp commented 3 days ago

@yinjiehe01, could you share the list of extensions you are currently using? It looks like the "Coverage" string might be coming from an extension other than our "C# Dev Kit"

yinjiehe01 commented 3 days ago

@ocallesp here are the extension we used, after we open a coverage report (by using command .NET: Open Coverage Report), the Coverage string will appear. Image Image