[Bug][Regression] Incomplete display of items in CMake pin command drop-down list
Brief Issue Summary
Environment:
VS Code 1.99.2+ CMake Tools v1.21.14 (pre-release)
More info:
- Repro on Windows, Linux, Mac
- This is not repro on v1.21.12 and starts repro from v1.21.13 to latest v1.21.14, so it's a regression issue
Repro steps:
- Unzip the project and open it with VS Code test_project.zip
- Open the command palette (F1 or Ctrl+Shift+P)
- Enter and select the command 'CMake: Configure'
- Select "Custom configure preset 1"
- Click the CMake icon in the navigation bar
- In the PINNED COMMANDS window click on the "+"
Expected Result:
The drop-down list for CMake command to pin should be display correctly
Actual Result:
The drop-down list for CMake command to pin displayed incompletely
CMake Tools Diagnostics
N/A
Debug Log
N/A
Additional Information
No response
I was not able to reproduce this, if you reset the state of the extension, does this reproduce?
Hi @gcampbell-msft, verified this on latest CMake Tools v1.21.16(pre-release), after running command CMake: Reset CMake Tools Extension State, we still can repro this issue, please see the following video.
I'm having the same/similar bug, ours goes 1 step further and sometimes creates a graphical glitch if you then try to scroll wheel through it leaving all shorts of text artifacts making the list unreadable until you close and reopen the command list.
VS Code 1.101.0-insider+ CMake Tools v1.21.29 (pre-release)
@rvarone thanks for the update, I had the same phenomenon as you when trying to scroll the wheel.
I found that this issue only repro when using the English language, and it doesn't repro with any of the other 13 localized languages.
Verified this on VS Code 1.101.2 & CMake Tools 1.21.33(pre-release), this issue has been fixed.