Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error message when opening VSCode #111

Open
Yivan opened this issue Apr 5, 2020 · 2 comments
Open

[Bug] Error message when opening VSCode #111

Yivan opened this issue Apr 5, 2020 · 2 comments
Labels

Comments

@Yivan
Copy link

Yivan commented Apr 5, 2020

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
Copy link
Owner

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!

@DaGhostman DaGhostman added the bug label Apr 5, 2020
@Yivan
Copy link
Author

Yivan commented Apr 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants