alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.7k stars 163 forks source link

[BUG] - Side bar display nothing #515

Closed farukonfly closed 2 years ago

farukonfly commented 2 years ago

Environment/version

Steps to reproduce The processing method of #280 has been referred to,but no effect image

alefragnani commented 2 years ago

Hi @farukonfly ,

The Bookmark's Side Bar has two panels. The one you should be looking for is called Bookmarks: Explorer.

Since you have this one in the lower panel, I suppose you customized their appearance/location. Try using the Focus: ... View command, to find out where the Bookmarks: Explorer is located

Hope this helps

farukonfly commented 2 years ago

it does, it works,thanks a lot

funduck commented 2 years ago

Same thing here, 2 bugs:

I tried to reinstall extension, restarted VSCode several times, called Focus .. as suggested, but nothing helpes May be there are some logs from the extension, but I didn't find them in OUTPUT

image

alefragnani commented 2 years ago

Hi @funduck ,

This is a different issue. Maybe #397, #412 or $450.

I see the active file is in AppData\Local…. Is the opened project there too, or are you in this file because some Go To Definition command. I mean, the active file is inside the Folder/Workspace you opened in VS Code or does it refer to some location outside?

Please, see if you are facing some of the issues mentioned above, otherwise create a new one, with these details.

Hope this helps