Skip to content

recovery tag data #640

Answered by alefragnani
sourcema asked this question in Q&A
Aug 21, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @sourcema ,

The extension stores the bookmarks per workspace (which is a VS Code concept) and when you rename / move it, VS Code will understand it as a new workspace. For remotes, it't s the same concept, and if the IP of the remote you are connected (via SSH for instance) changes, it will be recognized as a new workspace as well. That's the reason why aren't seeing the bookmarks from the original IP.

In the old days, the bookmarks were stored inside VS Code itself (Local Storage) and were accessible using DevTools, but it's been a while the data is stored locally:

var appdata = process.env.APPDATA || (process.platform === "darwin" ? process.env.HOME + "/Library/Application Support" : "…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@sourcema
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