-
-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Tool
Visual Studio extension
Description
Currently the icons sometimes "disappear" when the VS2022 nanoFw extension is updated.
This is a potential solution is outlined in "https://stackoverflow.com/questions/58311920/visual-studio-vsix-extension-not-showing-in-tools-menu" (although there are possibily other fixes).
A solution like this "should" be tried before escalation to the VS team, as although there is a workaround (via: devenv /updateConfiguration) it is annoying.
How to reproduce
No response
Expected behaviour
No response
Screenshots
Aditional context
A test fix was applied via nanoframework/nf-Visual-Studio-extension#710 but it was unsuccessful.
⚠️ Issue reported to VS team. Please up-vote and add your comment here
Previous issues already closed without actually fixing the problem:
https://developercommunity.visualstudio.com/t/VSSDKCPSExtensibility:-Image-Loading-i/10525678
https://developercommunity.visualstudio.com/t/Extension-icons-missing-after-update/10242633
WORKAROUND
Not working anymore. Leaving it here for reference (After closing Visual Studio, run devenv /updateConfiguration
from VS developer command prompt).