Skip to content

Commit 789c9e3

Browse files
committed
readme
1 parent af06f45 commit 789c9e3

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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+

0 commit comments

Comments
 (0)