multi-vscode-opener is a command line tool to open VSCode with stand-alone user data and extensions.
npm install -g multi-vscode-opener
You can also run npx multi-vscode-opener
to use it directly.
mvo
This command will list all config for VSCode (stand-alone user data and extensions), then you can select which config to use.
To use a specific config, run:
mvo [config name]
MIT