Ahmad Hassan
Ahmad Hassan

Reputation: 64

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

Upvotes: 1

Views: 146

Answers (1)

rioV8
rioV8

Reputation: 28633

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

Upvotes: 3

Related Questions