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] - Bookmarks don't appear for global VSCode settings.json in the bookmarks explorer. #700

Closed futuremotiondev closed 2 months ago

futuremotiondev commented 4 months ago

Environment/version

Steps to reproduce

  1. Open your global VSCode settings.json
  2. Add some labeled bookmarks
  3. Open the bookmarks viewer
  4. Expand the settings.json entry
  5. No bookmarks are shown despite the fact they exist in the file

Code_nojKU60XNr

alefragnani commented 3 months ago

Hi @futuremotiondev ,

Could you describe the folder/workspace you have opened, prior to the User Settings? Is it located in the C: drive, or is it the D:\Dev which appears in the terminal?

I'm asking because I tried to reproduce the error, using a folder located in the same C: drive, and had no issues. On the other hand, opening a folder on another drive (using subst), the error occurred.

If that's your scenario, you are facing the same issue reported in #397.

Hope this helps

alefragnani commented 2 months ago

I'm closing this issue because no new comments has been added since my last question. Feel free to reopen/comment if the error still occurs.

Thanks for your understanding