Tim.Chen We currently automate our builds of developer machines and azure devops build agents to ensure we have same versions of tooling used during development and build of code. VS2019 is installed using a pre-defined list of workloads complete with workload exclusions. Is there a method of automating installation of these VSIX files after VS2019 is installed and does it handle updates or do you have to uninstall/reinstall as stated in https://weblog.west-wind.com/posts/2016/Mar/01/Registering-and-Unregistering-a-VSIX-Extension-from-the-Command-Line? We are able to automate installation of extensions in Visual Studio Code simply by providing a list of extension ids and it pulls and installs them on its own. I've filed a similar request here: https://github.com/MicrosoftDocs/visualstudio-docs/issues/3155