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 163 forks source link

[BUG] - #557

Closed bsevers closed 1 year ago

bsevers commented 1 year ago

Environment/version Windows 11, non-admin domain account.

Steps to reproduce

  1. Open Bookmarks side panel
  2. Show that no bookmarks are displayed, looks to be "spinning".

image

bsevers commented 1 year ago

I've also tried uninstalling the extension, reloading VSCode, and reinstalling it. If I run VSCode with admin privileges I cannot reproduce this issue.

alefragnani commented 1 year ago

Hi @bsevers ,

Being admin or not, should not make any difference for the extension, unless you had opened some folder/file that non-admin users has no/limited access.

When you open the Side Bar, it will to load the bookmarks of that session (folder/workspace). And if something goes wrong, this spinning doesn't go away.

Please, right after opening VS Code, run the Developer: Toggle Developer Tools command and take a look at the Console tab. It could display some info about what the extension is doing, and which issue has happened.

Hope this helps

alefragnani commented 1 year 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