VS Code Extensions Pack builderTL;DR: You can define groups of extensions that you can apply per project, eg :
You only have pertinent extensions enabled for a given project without having to manage them one by one ! This extension allows to easily create extension pack for VS Code. Since July update, extension packs are way more powerful and enabling/disabling a pack applies to extensions contained in this pack. Features
Demo enabling a shared and typescript pack Demo going from a typescript workspace to a .net one Prerequites
Extension commandsThis extension contributes the following commands:
How does this work ?Since there is no API to perform these operations, there is a bit a magic to make it work :
Known issuesNot really an issue but good to know, Node Debug (ms-vscode.node-debug2) extension is part of vscode and can't be disabled, so don't include it in any pack or you won't be able to disable it. Build
|