Cannot install UnrealVS.vsix for VS 2019

I’ve download the Visual Studio 2019 and installed the required component.

When I try to install the UnrealVS.vsix from the Extras/UnrealVS/VS2019 I received this error

278827-annotation-2019-06-04-173247.png

When you check the details, you can see it is limited to Supported Products : Microsoft.VisualStudio.Pro

04/06/2019 17:23:11 - Microsoft VSIX Installer
04/06/2019 17:23:11 - -------------------------------------------
04/06/2019 17:23:11 - vsixinstaller.exe version:
04/06/2019 17:23:11 - 16.1.3121
04/06/2019 17:23:11 - -------------------------------------------
04/06/2019 17:23:11 - Command line parameters:
04/06/2019 17:23:11 - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,D:\GitHub\UnrealEngine\Engine\Extras\UnrealVS\VS2019\UnrealVS.vsix
04/06/2019 17:23:11 - -------------------------------------------
04/06/2019 17:23:11 - Microsoft VSIX Installer
04/06/2019 17:23:11 - -------------------------------------------
04/06/2019 17:23:11 - Initializing Install...
04/06/2019 17:23:12 - Extension Details...
04/06/2019 17:23:12 - 	Identifier         : ddbf523f-7eb6-4887-bd51-85a714ff87eb
04/06/2019 17:23:12 - 	Name               : UnrealVS
04/06/2019 17:23:12 - 	Author             : Epic Games, Inc.
04/06/2019 17:23:12 - 	Version            : 1.53
04/06/2019 17:23:12 - 	Description        : Unreal Engine extension for Visual Studio
04/06/2019 17:23:12 - 	Locale             : en-US
04/06/2019 17:23:12 - 	MoreInfoURL        : http://epicgames.com/
04/06/2019 17:23:12 - 	InstalledByMSI     : False
04/06/2019 17:23:12 - 	SupportedFrameworkVersionRange : [4.7.2,)
04/06/2019 17:23:12 - 
04/06/2019 17:23:12 - 	SignatureState     : Unsigned
04/06/2019 17:23:12 - 	Supported Products : 
04/06/2019 17:23:12 - 		Microsoft.VisualStudio.Pro
04/06/2019 17:23:12 - 			Version : [16.0]
04/06/2019 17:23:12 - 
04/06/2019 17:23:12 - 	References         : 
04/06/2019 17:23:12 - 	Prerequisites      : 
04/06/2019 17:23:12 - 		-------------------------------------------------------
04/06/2019 17:23:12 - 		Identifier   : Microsoft.VisualStudio.Component.CoreEditor
04/06/2019 17:23:12 - 		Name         : Visual Studio core editor
04/06/2019 17:23:12 - 		Version      : [16.0.28315.86,17.0)
04/06/2019 17:23:12 - 
04/06/2019 17:23:12 - 		-------------------------------------------------------
04/06/2019 17:23:12 - 		Identifier   : Microsoft.VisualStudio.Component.VC.CoreIde
04/06/2019 17:23:12 - 		Name         : C++ core features
04/06/2019 17:23:12 - 		Version      : [16.0.28625.61,17.0)
04/06/2019 17:23:12 - 
04/06/2019 17:23:12 - Signature Details...
04/06/2019 17:23:12 - 	Extension is not signed.
04/06/2019 17:23:12 - 
04/06/2019 17:23:12 - Searching for applicable products...
04/06/2019 17:23:12 - Found installed product - Global Location
04/06/2019 17:23:12 - Found installed product - Visual Studio Community 2019
04/06/2019 17:23:12 - Found installed product - Visual Studio Community 2017
04/06/2019 17:23:12 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable`1& skuData)
   at VSIXInstaller.ExtensionPackService.IsExtensionPack(IStateData stateData, Boolean isRepairSupported)
   at VSIXInstaller.ExtensionPackService.ExpandExtensionPackToInstall(IStateData stateData, Boolean isRepairSupported)
   at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
   at VSIXInstaller.App.Initialize()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)

I’ve tried the version from launcher and the version from the source code.

D.

I solved the problem by selecting the branch 4.22 instead of release in GitHub.
The extension can now be installed, but I have a warning concerning deprecated APIs.