vscode-bookmarks
vscode-bookmarks copied to clipboard
[BUG] - Bookmark deleted after git revert any changes on any non-bookmarked lines
Environment/version
- Extension version: 13.2.2
- VSCode version: 1.63
- OS version: macOS 11.6.2
Steps to reproduce
- enable "Bookmark > Experimental : new sticky engine" in setting
- create an empty folder
- init git inside that folder
- create an empty file name
a.txt
and type more then 10 lines ina.txt
file - git commit that file (commit in local only)
- make 1 to 3 bookmarks on any lines on
a.txt
- make some changes on any lines that are not bookmarked
- using VSCode util to git revert the changes lines
- observe the bookmarks made on step 5 are missing.
https://user-images.githubusercontent.com/20972678/151117799-df53ab8e-4a04-4aef-8a12-cc3e14f35b69.mov