Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] - Bookmarks vanished #538

Closed
jano23 opened this issue May 2, 2022 · 5 comments
Closed

[BUG] - Bookmarks vanished #538

jano23 opened this issue May 2, 2022 · 5 comments

Comments

@jano23
Copy link

jano23 commented May 2, 2022

Version: 1.66.2 (user setup)
Commit: dfd34e8260c270da74b5c2d86d61aee4b6d56977
Date: 2022-04-11T07:46:01.075Z
Electron: 17.2.0
Chromium: 98.0.4758.109
Node.js: 16.13.0
V8: 9.8.177.11-electron.0
OS: Windows_NT x64 10.0.22000

Steps to reproduce

  1. Open VSCode > open file that had bookmarks > click on the Bookmarks icon OR, use "Bookmarks: List from All Files" command
  2. No bookmarks show
@jano23 jano23 added the bug label May 2, 2022
@alefragnani
Copy link
Owner

Hi @jano23 ,

I'm sorry to hear that.

Could you provide more details?

  • Where the projects is stored: local, external drive or remotes (like Docker, SSH, WSL).
  • How are you bookmarks settings defined?
  • Did you update VS Code or your OS prior vanishing

Be aware that Bookmarks are stored per project by default, which means it stores different bookmarks data for each folder (full path) you open. If you copy the same folder to other location and open it in VS Code, the previous bookmarks are not restored, because this new folder is exactly this, a new folder. The same happens if you rename the folder (or any parent folder). VS Code will handle each folder as a separate location

Hope this helps

@jano23
Copy link
Author

jano23 commented May 25, 2022 via email

@alefragnani
Copy link
Owner

I guess images are not attached when you answer using email, so I can’t see it.

Anyway, if your project are local and you didn’t change its location, I can only guess two alternatives:

  1. Something crashed bookmarks data. Its data is located using VS Code internals API (a SQLite database shared by every extension and VS Code itself).
  2. Something happened while opening the folder and the extension failed to load the bookmarks.

It the failure is happening for every project you have, I suppose option 1.
If the failure is on only for some projects, I suppose option 2.

@alefragnani
Copy link
Owner

I'm closing this issue because no new comments has been added since my last question.
Feel free to reopen/comment if the error still occurs.

Thanks for your understanding

@jano23
Copy link
Author

jano23 commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants