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] - Bookmark is deleted when cutting/deleting selected line just above it #424

Closed elder-n00b closed 3 years ago

elder-n00b commented 3 years ago

Environment/version

Steps to reproduce

  1. set bookmark
  2. select line(s) just above it (either with mouse or shift+up, even with cursor resting not on the bookmark line)
  3. cut/delete selection
  4. bookmark is gone

Undo does not restore the bookmark.
Deleting the previous line with shift-command-k does not remove the bookmark.

edit: perhaps more of an enhancement proposal than a bug.

elder-n00b commented 3 years ago

Appears to be fixed in 13.0.4 -- closing.