madskristensen / EventLogVS

Apache License 2.0
6 stars 1 forks source link

"Event Timeline for Visual Studio" extension causes disappear of toolbar in output window #2

Open MagicAndre1981 opened 3 months ago

MagicAndre1981 commented 3 months ago

Describe the bug

The extension causes disappear of toolbar in output window.

To Reproduce Steps to reproduce the behavior:

  1. Install Extension
  2. restart VS
  3. Open output and in 99% of the time the toolbar is missing:

VS2022_Output_NoToolbar

Expected behavior

To have the toolbar in output window to switch between different source

VS2022_Output_Toolbar

I took me a while to figure out that this is caused by your extension. But as soon as I remove the extension from VS2022 the toolbar is shown again.

VS2022 17.10.3, Windows 11 23H2

MagicAndre1981 commented 3 months ago

When I debug the extension in the Experimental Instance I see the toolbar and the event timeline can be selected and shows info:

image

Now I have no idea why this happens when I install the extension via extension manager ui.