alefragnani / vscode-bookmarks

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

[BUG] - Explorer view doesn't work #672

Closed gmccullo closed 3 months ago

gmccullo commented 7 months ago

It's been a long time since I've seen the Bookmarks explorer work. It shows a count on the icon, but the explorer is empty except for the progress indicator which never stops.

Environment/version

Steps to reproduce

  1. add bookmarks
  2. look at bookmarks explorer
bwm-projects commented 5 months ago

I'm having the same issue as @gmccullo. A bookmark appeared once in the explorer side panel and then mysteriously disappeared. Subsequent bookmarks don't appear in the explorer panel but the Bookmark side panel icon shows the current bookmark count. The commands: Bookmarks: List and Bookmarks: List from All Files is not listing any bookmarks. Only The Bookmarks Help and Feedback links are appearing in the explorer.

alefragnani commented 3 months ago

Hi @gmccullo ,

You are probably facing the same issue as #630 , as the badge currently displays the number of registered bookmarks, but should display the number of valid bookmarks.

Another issue is related to some untitled files or files outside of the current worspace like #328 and #397, which I'm planning to handle together.

I'm closing this issue as duplicate of those.

Hope this helps