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 ] After Setting BookMarks, Unable to set Debug Breakpoint #472

Closed deekshithanand closed 3 years ago

deekshithanand commented 3 years ago

Hi There,

Steps to reproduce the issue:

  1. Set a bookmark in code file
  2. Try to toggle breakpoint on the gutter with mouse

Actual Result: Unable to toggle breakpoint

Expected: Should be able to toggle breakpoint

alefragnani commented 3 years ago

Hi @deekshithanand ,

Unfortunately, this is a VS Code issue. It was already reported a few times, and you could see the VS Code issue is still open https://github.com/Microsoft/vscode/issues/5923.

It seems there is no ETA for the VS Code team to fix this, and maybe you could help upvoting (👍) the issue. If I remember correctly, they use upvoting to decide which issues to pick for newer releases.

Hope this helps