SharedLock - File Modification GuardUsed to acquire ownership of file(s) inside common to all team members projectInstallationInstall from vscode marketplace SharedLock. Setup
DemosScreensHow it worksFor 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. |