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

It's alway hanging #543

Closed cofei closed 2 years ago

cofei commented 2 years ago

Environment/version

Steps to reproduce

  1. during debug, and open Bookmark
  2. clikc one file and choose one book mkar.
  3. jump into the code.
  4. remove this book mark and add another.
  5. refresh Bookmark. it's hanging.

image

alefragnani commented 2 years ago

Hi @cofei ,

I just tried to reproduce your steps, but didn't noticed the hanging behavior. Could you please provide more details about the project you are debugging and the file which you added a Bookmark?

I have already noticed this hanging / infinite loop loading behavior, when the bookmarked file was not found. Specially for files outside the project or libs. If that's the case, maybe you are facing #307 or #397.

Hope this helps

alefragnani commented 2 years 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