You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial plan
* Initial exploration: identify emoji rendering issue in labels
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Add emoji support to label rendering in markdown and webviews
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix emoji rendering in labels by adding displayName property
- Add optional displayName property to ILabel interface
- Keep original name for API calls, use displayName for UI rendering
- Update issueOverview and createPRViewProvider to populate displayName with emojified text
- Update Label components to display emojified text while preserving original name for removeLabel operations
This addresses the issue where removeLabel was failing because it was trying to use emojified names in API calls.
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Make it work
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
0 commit comments