I’ve found myself in a state, where I work on projects in different languages, requiring different sets of extensions enabled.
I’ve tried enabling them manually per workspace, but this is getting tedious when you are opening a new workspace every hour.
I’ve tried profiles, but it’s not really a solution. I don’t have two different brains, and keeping track of all settings and keyboard shortcut changes between profiles is not what I’m looking for in the future.
I want a set of commands which would “enable extensions suitable for PHP development”, “enable extensions suitable for POSIX shell development”, “… for PowerShell”, “… for Pascal”, “… for Java”, and other JavaScript stuff.
Is this possible inside VS Code or am I looking for some command-line foo as the last resort? Which, given #66750, is… undesirable.