You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: