Edit/move bookmark without having to remove it #476
-
As the title says: I saved a file externally and the bookmarks are now all messed up. Is there a quicker way to edit the bookmark to restore its location? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @pitommasi, Unfortunately, no, you can't edit/update the position. If you were using I remember last year someone tried to change the setting to make the bookmarks to be save locally, but the bookmarks disapppeared. I have fixed this a few months later in (#242 ) and it seems to be working just fine. You could give it a try (maybe try with a less important folder first, and if everything works, do the same on the real folder. Better yet, you are already touching the SQLite database, so simply make a backup, to avoid any loss. Btw, feel free to open an issue for that idea. Maybe other users have the same request. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Question on this. I'd love to be able to edit my list of bookmarks, and I don't mind doing so by directly editing the bookmarks.json file. Is there any way to edit the order with a json file when the Context: My understanding is the only way to get a .json file I can directly edit is using the |
Beta Was this translation helpful? Give feedback.
Hi @pitommasi,
Unfortunately, no, you can't edit/update the position.
If you were using
bookmarks.saveBookmarksInProject
setting astrue
, the bookmarks would be saved in.vscode/bookmarks.json
, inside the folder you opened, instead of VS Code internals, and would be easier to update.I remember last year someone tried to change the setting to make the bookmarks to be save locally, but the bookmarks disapppeared. I have fixed this a few months later in (#242 ) and it seems to be working just fine. You could give it a try (maybe try with a less important folder first, and if everything works, do the same on the real folder. Better yet, you are already touching the SQLite database, so simply…