vscode-bookmarks icon indicating copy to clipboard operation
vscode-bookmarks copied to clipboard

[BUG] - Bookmark deleted after git revert any changes on any non-bookmarked lines

Open elliotching opened this issue 2 years ago • 0 comments

Environment/version

  • Extension version: 13.2.2
  • VSCode version: 1.63
  • OS version: macOS 11.6.2

Steps to reproduce

  1. enable "Bookmark > Experimental : new sticky engine" in setting
  2. create an empty folder
  3. init git inside that folder
  4. create an empty file name a.txt and type more then 10 lines in a.txt file
  5. git commit that file (commit in local only)
  6. make 1 to 3 bookmarks on any lines on a.txt
  7. make some changes on any lines that are not bookmarked
  8. using VSCode util to git revert the changes lines
  9. observe the bookmarks made on step 5 are missing.

https://user-images.githubusercontent.com/20972678/151117799-df53ab8e-4a04-4aef-8a12-cc3e14f35b69.mov

elliotching avatar Jan 26 '22 07:01 elliotching