-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue] Bookmark position and Debug point #56
Comments
Hi @pankajpatel , The bookmark position is remembered if you set About the Debug Icon, it is a VSCode issue, as reported in microsoft/vscode#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 ( |
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. |
I know this is an old issue, but adding first a breakpoint and the the bookmark works. Hope this helps |
The microsoft/vscode#5923 issue has been resolved, and the current release 1.78 now correctly handles breakpoints and decorators (https://code.visualstudio.com/updates/v1_78#_glyph-margin-decoration-rendering-improvements). Enjoy |
There are two issues that I observed
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.
The text was updated successfully, but these errors were encountered: