Search code examples
visual-studio-code

Visual Studio Code - disable specific list of extensions for different kinds of projects


Is there a way to enable/disable some specific list of extensions for different kinds of projects in VS Code? e.g. have enabled c# test explorer when I'm working in python project is redundant - this at least clutters space. I can disable some extensions manually of course, but is there some more automatic way to do this?


Solution

  • You can disable an extension globally and only enable it for a specific workspace. See: https://github.com/microsoft/vscode/issues/15611#issuecomment-346179926

    enter image description here