File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- # vscode.sharedlock
2- VSCode ext. for sharing file locks in workspace files via network
1+ # SharedLock - File modification guard for team development
32
4- All members must use the same redis instance/db
3+ #### Used to acquire ownership of file(s) inside common project
54
65[ ![ Logo] ( ./resources/icons/logo.png )] ( https://marketplace.visualstudio.com/items?itemName=code4bones.sharedlock )
6+
7+
8+ ## Installation
9+
10+ Install from vscode marketplace [SharedLock](https://marketplace.visualstudio.com/items?itemName=code4bones.sharedlock).
11+
12+ ## Setup
13+
14+ 1. Open extension settings and setup common redis connection params
15+ 2. Each team member need to set identical redis instance, and DB number
16+
17+
18+ ## How it works
19+
20+
You can’t perform that action at this time.
0 commit comments