Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>SharedLockNew to Visual Studio Code? Get it now.
SharedLock

SharedLock

code4bones

|
44 installs
| (0) | Free
Sharing file locks in workspace files via network
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft