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

[loc][Regression] The drop-down lists when adding a preset and selecting a preset are not translated. #4166

Closed
v-frankwang opened this issue Nov 6, 2024 · 0 comments
Labels
bug a bug in the product

Comments

@v-frankwang
Copy link
Collaborator

Brief Issue Summary

More info: This issue is not reproduced in the pre-release version v1.20.17 (pre-release), so it is a regression bug.

Repro Steps:

  1. Create a folder named demo and open it with vscode.
  2. Create a project using the CMake: Quick Start command.
  3. Reopen the project and run the command CMake: Add Configure Preset

When creating a project:
Expected results:
The contents of the dropdown list when adding a preset and the values of the displayName and description attributes in the added preset code are translated.
Image

Actual result:
The contents of the drop-down list and the values of the displayName and description attributes in the preset code are not translated when the preset is added.
Image

When adding a new preset:
Expected results:
When adding a new preset, the content in the drop-down list is correctly translated
Image

Actual result:
When adding a new preset, the contents of the drop-down list are not translated
Image

CMake Tools Diagnostics

{
"os": "win32",
"vscodeVersion": "1.95.1",
"cmtVersion": "1.20.22",
"configurations": [
{
"folder": "c:\Users\v-frankwang\Desktop\test",
"cmakeVersion": "3.30.4",
"configured": true,
"generator": "Ninja",
"usesPresets": true,
"compilers": {
"C": "C:/Program Files/Microsoft Visual Studio/2022/IntPreview/VC/Tools/MSVC/14.42.34430/bin/Hostx86/x64/cl.exe",
"CXX": "C:/Program Files/Microsoft Visual Studio/2022/IntPreview/VC/Tools/MSVC/14.42.34430/bin/Hostx86/x64/cl.exe"
}
}
],
"cpptoolsIntegration": {
"isReady": true,
"hasCodeModel": true,
"activeBuildType": "Debug",
"buildTypesSeen": [
"Debug"
],
"requests": [],
"responses": [],
"partialMatches": [],
"targetCount": 1,
"executablesCount": 1,
"librariesCount": 0,
"targets": [
{
"name": "helloworld",
"type": "EXECUTABLE"
}
]
},
"settings": [
{
"communicationMode": "automatic",
"useCMakePresets": "auto",
"configureOnOpen": true
}
]
}

Debug Log

No response

Additional Information

No response

@github-project-automation github-project-automation bot moved this to Blocked in CMake Tools Nov 6, 2024
@github-actions github-actions bot added the triage label Nov 6, 2024
@v-frankwang v-frankwang added bug a bug in the product and removed triage labels Nov 6, 2024
@v-frankwang v-frankwang changed the title [loc]The drop-down lists when adding a preset and selecting a preset are not translated. [loc][Regression] The drop-down lists when adding a preset and selecting a preset are not translated. Nov 7, 2024
@github-project-automation github-project-automation bot moved this from Blocked to Completed in CMake Tools Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in the product
Projects
Status: Completed
Development

No branches or pull requests

2 participants