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] - Bookmarks list is not working, bookmark in files are ok #583

Closed blagi closed 1 year ago

blagi commented 1 year ago

Bookmarks on the files are ok: I can see them, can toggle them and can go next and previous through them, but cannot see a bookmarks list when clicking on Bookmark icon in side bar. Just a BOOKMARKS: HELP AND FEEDBACK menu appears. Tried to reinstall extension, with no success. Bookmarks in files survived. Commands 'Bookmarks: list' or 'Bookmarks: list from all files' are working but I'm not a fan of that interface.

Environment/version Bookmark extension: v13.3.1

Steps to reproduce

I cannot go back and solve a problem. It's now a current state in my VS code. It appeared once, and I cannot get old Bookmarks way of working. It's same in the two workspaces I'm working on.

Screenshot 2023-01-24 134312

alefragnani commented 1 year ago

Hi @blagi ,

For some reason, the Explorer view is missing/hiden, so I suggest you two alternatives:

Hope this helps

blagi commented 1 year ago

Bookmarks: Focus on Explorer View was missing. View: Reset View Locations recovered a view and command Bookmarks: Focus on Explorer View. Everything is ok now.

Thanks!