DaGhostman / vscode-tree-view

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

tree does not display. No view is registered with id: tree-outline #79

Closed ghost closed 6 years ago

ghost commented 6 years ago

vscode alert "No view is registered with id: tree-outline"

DaGhostman commented 6 years ago

Can you confirm that you are running vscode >= 1.23 as I cannot seem to reproduce neither on my hope install nor on my workplace (running Windows & Ubuntu respectively).

I've seen the error message happen with when not registering properly to the activitybar and it makes me think that it is caused by it not being available, hence the error message. I am really sorry that I've forgot to update the minimal engine version required of the editor with the latest release (will fix that in the next).

If the issue still occurs please let me know and provide as much additional information as possible.

Thanks!

ghost commented 6 years ago

I'll upgrade vscode then.