Reputation: 498
I've been using VS Code for my angular project and I have added some extensions which are specific for angular. now I've started to develop React project in vs code where I need to use react specific extensions. is there any way to use different instances of VS Code for different projects?
Upvotes: 3
Views: 430
Reputation: 140
You can create different workspace
File ---> save workspace as
create new workspace for react project
you can disable the angular extensions
Upvotes: 3