Question: Minimum width for VS Code status bar icon #13168
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
Milestone
Steps to Reproduce:
Example:
statusBarItem.text = "$(bold) Bold";
]Expected results
Using the code above, change the bold icon to pencil or gear and run step 3. Both the icon and text will show.
Question
Is there a minimum width required for VS Code status bar icons? I've tried a few and the ones that do not work are 10px or smaller in width (<svg width="10px"). Icons that I have tested that are 14px or larger work just fine.
Thanks and please let me know if you need any additional details or if you'd like me to share the ts files for the extension I'm developing.
The text was updated successfully, but these errors were encountered: