vscode-webview-ui-toolkit
vscode-webview-ui-toolkit copied to clipboard
Allow case-insensitive text in `vscode-tag` components
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.
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.