Description
The custom installer for microsoft/git includes Visual Studio integration, but it includes it as part of the AutoUpdate component.
The Winget manifest does not include the autoupdate component, so VS integration is not installed when using winget.
I don't know where the custom components list for winget is defined - it was first added in 2.47.0.0.3 by "SpecterShell", a third party. I suspect that the automated winget release just updates the previous manifest instead of declaring it explicitly.
Excluding autoupdate may have been intentional - some winget users may prefer to manually control updates - but if so, the VS integration should probably be moved to a different component.
Personally I would prefer if autoupdate were added to the components list.