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

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

Open
plu-s opened this issue Dec 26, 2023 · 2 comments
Open

Comments

@plu-s
Copy link

plu-s commented Dec 26, 2023

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
Copy link

xtthaop commented Jan 3, 2024

Encountered the same problem

@niuqiong1
Copy link

Can anyone solve it

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

3 participants