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] -After fixing the conflict, the bookmark position is misaligned #604

Closed yc283200832 closed 1 year ago

yc283200832 commented 1 year ago

Environment/version

Steps to reproduce

alefragnani commented 1 year ago

Hi @yc283200832 ,

This happens because the conflict is managed outside VS Code (Git itself) and so, the extension does not know how to update the bookmark position. Only operations made by VS Code itself are monitored.

I'm planning to review this concept in the future, but nothing official/ETA yet. If this really happen, this scenario would be supported.

Hope this helps