Get Extension version number #14135
Answered
by
msujew
aghayanlena
asked this question in
General
-
Hi , Could you please guide me on how I can get the version of the custom plugin by name? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Sep 5, 2024
Replies: 2 comments 2 replies
-
Hey @aghayanlena, you can inject the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the details. How can I get the PluginIdentifiers.UnversionedId based on the extension name to pass to getPlugin ? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
UnversionedId
is the combined string of<publisher>.<name>
from the plugin manifest (package.json
). See alsoPluginIdentifiers.componentsToUnversionedId