microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 454 forks source link

[Loc] Commands in the drop-down list of command palette are over-translated #4164

Open Amy-Li03 opened 2 weeks ago

Amy-Li03 commented 2 weeks ago

Brief Issue Summary

Environment:

VS Code 1.95.1 + CMake Tools v1.20.22 (pre-release)

More info:

  1. Repro Language: All loc languages
  2. Repro platform: Windows, Linux, Mac

Repro steps:

  1. Open VS Code and change the display language to JPN
  2. Download and unzip CMakeProject1.zip
  3. Open the project with VS Code
  4. Open the command palette(F1 or Ctrl+Shift+P)
  5. Enter and select the command Tasks: Run Build Task
  6. Check commands in drop-down list of command palette

Actual result:

Commands in drop-down list of command palette are over-translated e.g. CMake: build
CMake: clean rebuild Image

Expected result:

Commands in drop-down list of command palette should not be localized Image

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

Amy-Li03 commented 5 days ago

Verified on CMake Tools v1.20.25(pre-release), this bug is still reproducing, so reopen it.