Skip to content

How to keep/save bookmarks during git rebase when file content doesn't change? #429

Answered by alefragnani
Tony2 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Tony2 ,

If the file doesn’t change, the bookmarks shouldn’t change as well. If you open the file after the git fetch, it will validate if the bookmarks are still valid (line numbers), but just that.

Unless, when you run git rebase, the bookmarked file is opened in VS Code. In this case, I suppose the auto update VS Code does, is doing something similar to Prettier.

Which is your scenario?

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hth2
Comment options

@alefragnani
Comment options

Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants