Skip to content

Moving saved bookmarks with the project #490

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

You must be logged in to vote

Hi @tarekahf,

The bookmarks are stored per session, which is the same approach VS Code itself works.

When you open a folder, VS Code maintains a session for that folder only, and anything you like searching text, opening files, terminal windows, works only for that folder. When you open a parent/child folder, that info is not available, because VS Code creates another session.

With that in mind, the bookmarks will not be available when you open a parent/child folder. But, #287 asks for a Global Bookmark, which in the end would ignore this session storage and make the bookmarks available anytime. Feel free to upvote the issue and add comments if you have any other idea.

About moving the bo…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by alefragnani
Comment options

You must be logged in to vote
1 reply
@alefragnani
Comment options

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