Skip to content

Migrating bookmarks between VSCode instances #592

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

You must be logged in to vote

Hi @ldelossa ,

There is no way to sync bookmarks between different machines, as the native Settings Sync feature does not support syncing extension’s data.

But, as an alternative, you could take a look at the bookmarks.saveBookmarksInProject setting (https://github.com/alefragnani/vscode-bookmarks#available-settings), which will make the bookmarks to be stored within the project/workspace you have opened. If the repositories you are referring to are Git repos, for instance, you just have to add the .vscode/bookmarks.json file to the repo push/pull to update the other machines.

Hope this helps

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@ldelossa
Comment options

@alefragnani
Comment options

@ldelossa
Comment options

@alefragnani
Comment options

@ldelossa
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
2 participants