alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.65k stars 161 forks source link

Save the bookmarks.json file to a specified location on the local computer. #685

Open plu-s opened 6 months ago

plu-s commented 6 months ago

My job is code auditing. I have a working scenario where the code is placed in the computing cloud, and my colleagues and I map the code to the local computer in a read-only manner to avoid inadvertently modifying the code during the audit process.

The problem is that I can't create a .vscode folder in a read-only directory with bookmarks.json, and even if I could, I'd affect my coworker's bookmarks.json. I'm still using vscode-bookmarks, but all bookmarks are in memory and cannot be saved, which is dangerous. I just went through a power outage yesterday and lost all my bookmarks.

So I have a suggestion, you can save bookmarks.json to any specified directory on your local computer to solve the above mentioned problem of multiple people auditing the same code in read-only mode. Thank you.

xtthaop commented 6 months ago

Encountered the same problem

niuqiong1 commented 6 months ago

Can anyone solve it