Events of margin glyphs are not triggered when two different plugins(vsix) with glyphs are installed
I have created two sample VSIX projects referring below Microsoft documentation
https://learn.microsoft.com/en-us/visualstudio/extensibility/walkthrough-creating-a-margin-glyph?view=vs-2019.
Tooltip or popup on a margin glyph doesn’t show up when both plugins are installed. I have noticed that the events like MouseEnter, MouseLeave do not trigger in this scenario for one of the extensions only.
Even though both Glyph-01 and Glyph-02 images are visible here, only the tooltip/popup of Glyph-02 is popped up for the MouseEnter event. MouseEnter event of the Glyph-01 is not get triggered.