DaGhostman / vscode-tree-view

VSCode extension that probvides mail symbol overview of the currently opened file
MIT License
29 stars 4 forks source link

[Bug] Error message when opening VSCode #111

Open Yivan opened 4 years ago

Yivan commented 4 years ago

Hello,

When I opne VSCode I get message:

[DaGhostman.vs-treeview]: A view with id `sidebar-outline` is already registered.

All my plugins and vscode are uptodate. It seems to occur when using Remote Development (SSH Target).

What this error means ? Should this bug be corrected @DaGhostman ?

Thanks!

Thomas

DaGhostman commented 4 years ago

Hey, @Yivan, sorry to hear that you've experienced an issue.

Since I don't use remote development all that much, does it happen 100% of the time? As I think it might be related to the way the Remote API works, since it might be that the extension gets initialized twice, or there is a name conflict with the window. Anyway, could I ask you to flip the position of the extension from the treeview to its own separate tab just to confirm it is not a naming conflict with the built-in symbol explorer?

Thanks!

Yivan commented 4 years ago

Thanks for your fast answer on this.

It happens 100% of the time yes. As soon I start VSCode (when a remote ssh connection was open before) or if i start a remote ssh connection.

I set the treeview (Symbols) to the main panel (debug, output, etc.) and same pbl. I tried inverse to set only the native Outline to the main panel and same pbl.

It seems the extension work ok even with this error message. What does means this message ? Is there some feature broken that i don't see now ?

Thanks.