alefragnani / vscode-bookmarks

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

[BUG] - Bookmarks are lost when a file is renamed #529

Closed alefragnani closed 2 years ago

alefragnani commented 2 years ago

Environment/version

Steps to reproduce

  1. Add bookmarks to some file
  2. Rename that file via VS Code Explorer
  3. Bookmarks are vanished
  4. Rename the file back to the original name
  5. Bookmarks are restored

Regression of #209, probably caused by #230