Vscode-bookmarks: [Issue] Bookmark position and Debug point

Created on 3 Mar 2017  Â·  6Comments  Â·  Source: alefragnani/vscode-bookmarks

There are two issues that I observed

  • [x] The Bookmark position is not remembered when lines above the bookmark position are added/removed
  • [x] The Debug Icon is not visible because of Bookmark and hence unintentionally user ends up adding/removing debug point.

Though if debug point is present on the line, maybe colour of bookmark icon should change to red or bookmark icon can have a red circle in it.

bug depends on question

Most helpful comment

Hi @pankajpatel ,

The _bookmark position_ is remembered if you set bookmarks.useStickyBookmarks to true. Today, it is false by default, but I will change that in the near future 😄

About the _Debug Icon_, it is a VSCode issue, as reported in https://github.com/microsoft/vscode/issues/5923. Unfortunately, there is not ETA for that yet.

Hope this helps

All 6 comments

Hi @pankajpatel ,

The _bookmark position_ is remembered if you set bookmarks.useStickyBookmarks to true. Today, it is false by default, but I will change that in the near future 😄

About the _Debug Icon_, it is a VSCode issue, as reported in https://github.com/microsoft/vscode/issues/5923. Unfortunately, there is not ETA for that yet.

Hope this helps

I have the same or similar problem with the bookmark position changing. After inserting and removing a few lines the bookmark will jump down to the next line. It's especially apparent when you insert some lines and then undo (ctrl+z). I imagine this is a tough issue to fix so I'm just letting you know it's still an issue.

Hi @pip182 , do you mean you add and remove (Ctrl + Z) a few lines and at some point, the bookmarks becomes _out of sync_?

Yes, that is correct.

Sent from Mail for Windows 10

From: Alessandro Fragnani
Sent: Thursday, February 1, 2018 3:23 PM
To: alefragnani/vscode-bookmarks
Cc: Brad Allred; Mention
Subject: Re: [alefragnani/vscode-bookmarks] [Issue] Bookmark position andDebug point (#56)

Hi @pip182 , do you mean you add and remove (Ctrl + Z) a few lines and at some point, the bookmarks becomes out of sync?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

I'm closing this issue because the VS Code issue that it depends on, has no update from VS Code team members for almost an year. It is planned on "Backlog" Milestone, but it does not appear to be released soon.

I'm subscribed to that issue, so if/when it is closed, I'll be notified.

Last week I decided to "re-focus" on some of my extensions, and I'll start to plan milestones for each of them. This "re-focus" will be based on community feedback/support.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

longv2go picture longv2go  Â·  6Comments

zpaolo11x picture zpaolo11x  Â·  3Comments

it-sha picture it-sha  Â·  5Comments

LighghtEeloo picture LighghtEeloo  Â·  6Comments

jbengineer picture jbengineer  Â·  6Comments