Foad S. Farimani
Foad S. Farimani

Reputation: 14036

Automatically activating specific VS Code extensions for a particular folder

I'm looking for a way to ensure that only certain extensions are activated when Visual Studio Code is opened from a specific folder. My goals are:

  1. Minimize bloat and improve performance
  2. Ensure consistency across team members and future usage
  3. Keep the codebase portable and reusable

I've considered a few options:

Ideally, I want a solution where:

Is there a recommended approach to achieve this? How can I set up VS Code to automatically use a specific configuration when opening a particular folder?

Upvotes: 0

Views: 54

Answers (0)

Related Questions