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 457 forks source link

[Loc]Setting's description not localized for "cmake.ctest.testSuiteDelimiter" #3863

Closed PhoebeTf closed 4 months ago

PhoebeTf commented 5 months ago

Brief Issue Summary

Environment: VSCode 1.90.1+ CMake Tools v1.19.13(pre-release)

More info: Repro Language: All loc languages Repro platform: Windows, Linux, Mac

Repro steps:

  1. Open VScode and change the display language to CHS
  2. Open setting page and input “CMakeTools”, check the setting's description localization status for "cmake.ctest.testSuiteDelimiter"

Expected result: Description localized for all settings

Actual result: Description not localized for "cmake.ctest.testSuiteDelimiter" setting_notloc

CMake Tools Diagnostics

No response

Debug Log

No response

Additional Information

No response

snehara99 commented 4 months ago

this has been fixed in a recent loc pr

PhoebeTf commented 4 months ago

Verified with CMake Tools v1.19.34 (pre-release), this issue has been fixed.

image