Regression: Certain language status text appear blank with Insiders (not non-Insiders) #233379
Labels
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
workbench-status
Status bar
Milestone
Does this issue occur when all extensions are disabled?: N/A (my repro is with the C/C++ extension, but it's a VS Code bug)
Commit: 818169a
Date: 2024-11-07T05:05:36.563Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.26100
Steps to Reproduce:
Bug: The Code Analysis language status text is blank (when it's in a busy state). It doesn't repro with non-Insiders. So far, I don't know what is special about that language status item to cause the text to be blank (so I'm not sure how to get a repro outside of our extension). The code is at https://github.com/microsoft/vscode-cpptools/blob/main/Extension/src/LanguageServer/ui.ts#L68 and the
this.codeAnalysisStatusItem.text =
is only used at 2 spots. The debugger shows the text is set correctly.The text was updated successfully, but these errors were encountered: