-
-
Notifications
You must be signed in to change notification settings - Fork 455
Remove await Task.Run for IconDelegate #1704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Let's trust plugin developer when they use that for icon
|
@taooceros please list what's tested. |
What do they need to do? |
No change needed. Currently two ways to provide an icon: path to the image or a delegate. |
|
Just found that this is not the actual problem. UWP uses IcoPath now. Blinking when typing with always preview enabled is because selected item is rapidly changing when typing. |
|
Shall we close this then? |
it's up to tao |
Let's keep the behavior the same as before. The vscode plugin is still using the Icon delegate. |
I will test once I get back to my comp |
Let's trust plugin developer when they use that for icon
This will solve the icon blink for uwp and some other plugin that use IconDelegate.
Tested: