Installing extensions in recent versions of Visual Studio seems easy. However, as I understand it, they are installed only for the user running the program.
How can an administrator install a system-wide extension so that it is accessible to all users in Visual Studio?
I know that a small part of extensions is provided as installers that install extensions for all users, however most extensions seem to be provided as VSIX files.
source
share