Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1021 Bytes

File metadata and controls

38 lines (19 loc) · 1021 Bytes

SharedLock - File Modification Guard

Used to acquire ownership of file(s) inside common to all team members project

Installation

Install from vscode marketplace SharedLock.

Setup

1. Open extension settings and setup common redis connection params
2. Each team member need to set identical redis instance, and DB number

Demos

Demo

UnlockRequest

Screens

Release

Release

Release

How it works

For preventing merge confilicts while editing same file, developer can lock the file, so other team members cannot edit it, until first developer releases the file

This works inside identical project source tree ( i.e. cloned repo of same project, but doesn't care abount branch), Locks works on [Workspace]/**/* files.