vscode-webview-ui-toolkit icon indicating copy to clipboard operation
vscode-webview-ui-toolkit copied to clipboard

Allow case-insensitive text in `vscode-tag` components

Open hawkticehurst opened this issue 2 years ago • 1 comments

Feature request

To match the precedent set by VS Code core, update the vscode-tag component to allow text with any casing applied to it.

Current behavior

Text inside vscode-tag components is currently always set to all uppercase.

hawkticehurst avatar May 16 '23 03:05 hawkticehurst

Dev note: This change should (probably?) be shipped as part of Toolkit V2 since it will result in visual breaking changes for those who might be relying on the fact that the text in a tag will always be uppercase.

hawkticehurst avatar Oct 11 '23 22:10 hawkticehurst