alefragnani / vscode-bookmarks

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

[BUG] - Bookmark marker interferes with debug breakpoints #573

Closed umakantv closed 1 year ago

umakantv commented 1 year ago

Bookmark marker beside the line number interferes with debug breakpoint

Environment/version

Steps to reproduce

  1. Add a bookmark on a line
  2. Try to add the breakpoint by clicking on the left of the line number
  3. Remove bookmark to add the breakpoint
  4. Add the breakpoint on the line
  5. Try to remove/edit the breakpoint
fade2gray commented 1 year ago

551

alefragnani commented 1 year ago

Hi @umakantv ,

As @fade2gray commented above, this issue has already been reported.

Unfortunately it depends on VS Code itself to fix the issue, as it fails to merge/combine decorations when presented in the same line as breakpoints.

Hope this helps

umakantv commented 1 year ago

Okay. I tried to search for issues with the keyword "breakpoint". Couldn't find one, that's why I created this.

Anyway, I hope it gets resolved soon.

Thanks