'Is there a way to lock a particular instance of vs code while working with multiple instances?
There are times when one is working with multiple instances of vs-code... In that situation, It becomes soo easy to put code in wrong instance... Is there any way to lock a particular vs-code instance while working with multiple instances.
This question is more of a suggestion for vs-code developers to add this feature
Solution 1:[1]
With the extension When File you can color your VSC instances differently depending on the workspace it has open.
Or you can create a Multi Root Workspace and have all your workspaces open in one VSC instance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | rioV8 |