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] - Toggled Bookmark first visible after edit #441

Closed FilipRychnavsky closed 3 years ago

FilipRychnavsky commented 3 years ago

Environment/version

Steps to reproduce

  1. Write a line
  2. Toggle a bookmark
  3. Bookmark is not visible
  4. Make an edit in the line
  5. Bookmark ist visible, but not in the explorer toggle bookmark
alefragnani commented 3 years ago

Hi @FilipRychnavsky ,

Could you please provide more details about the the file/workspace/folder you have opened? I mean, is it a newly created file? Is the file located in the same Windows drive then the folder you have opened?

I'm wondering if you are having the same issue as #397 or #328.

Thank you

FilipRychnavsky commented 3 years ago

Hi @alefragnani , I have created a new workspace scratch2.code-workspace and the problem has been gone.

the old erroneous workspace scratch.code-workspace had following items:

But everything works fine now.

Thanks for your extension. It helps me parse large code files.

Filip