microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.16k stars 28.84k forks source link

Auto install workplace extensions #228790

Open ronakj opened 2 weeks ago

ronakj commented 2 weeks ago

I would like a way to install workplace extensions from the code CLI. The use would be to automate install of extension when users use yarn install or npm install using a postinstall script in the workplace. That way we can avoid users manually needing to install extension.

sandy081 commented 1 week ago

I would recommend to have a workspace setting that auto installs workspace extensions when this setting is enabled.

ronakj commented 1 week ago

@sandy081 Are you open to contributions for this change?

sandy081 commented 1 week ago

Yes, we do!