Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.129.1
- OS Version: macOS 26.5.2
Steps to Reproduce:
- Enable experimental UI.
- Observe the panel tab.
where the tab title is improperly capitalized. In French, only the first word should be capitalized. Note that the locale text itself was already properly capitalized as “Console de déboggage”, so this CSS declaration does not even need to exist.
Bug introduced by #321586.
|
text-transform: capitalize; |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
where the tab title is improperly capitalized. In French, only the first word should be capitalized. Note that the locale text itself was already properly capitalized as “Console de déboggage”, so this CSS declaration does not even need to exist.
Bug introduced by #321586.
vscode/src/vs/workbench/contrib/styleOverrides/browser/media/fontRamp.css
Line 119 in 54a6bf9