Replies: 1 comment 3 replies
-
In theory it should work, I don't see anything else that is need to be done if looking at |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a requirement that dynamically update the menu item(CommandContributionItem).
For example, when user opens a menu, the item text is:
usage: 1%
, and it will fetch the latest usage data from server, and once the data arrive, for example, change it tousage 2%
.What I did is:
On windows, I can see the label of the item will be updated dynamically. But on Mac, it won't.
Is working on Windows just a coincidence? Or I did it in a wrong way?
Beta Was this translation helpful? Give feedback.
All reactions