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] - Can't reliably put bookmarks after updating vs code [Workaround provided] #599

Closed Raikiri closed 1 year ago

Raikiri commented 1 year ago

Environment/version After updating to vscode 1.76 (I was running 1.70 before, so any version inbetween could have caused the issue) I noticed that bookmarks can no longer be placed consistently. They end up sometimes placed, but at a previous line. For example:

However, there are two workarounds that I found: 1) [Bookmarks: Toggle Labelled] seems to work just fine 2) I uninstalled the extension, restarted vs code and reinstalled the extension back -- this solved the issue entirely, bookmarks seem to be working after this.

I guess for me the problem is solved, but I thought it's worth letting people know that the problem exists, provide a workaround and hopefully help people track down why it's happening in the first place.

alefragnani commented 1 year ago

Hi @Raikiri ,

Thank you for reporting the issue and the fix.

It is rare, but sometimes not only VS Code updates but also extension auto-updates cause issues in the extension, and you have to use the same workaround in order to be back on track.

I'm closing the issue, but I'll let it noted to future references when someone reports similar issues.

Thank you I'm closing the