我想在Visual Studio 2019中启用缩进指南。我发现了名为Indent Guides的扩展名,但是当我尝试安装时会给出以下错误日志:
9/10/2019 3:13:44 PM - Microsoft VSIX Installer
9/10/2019 3:13:44 PM - -------------------------------------------
9/10/2019 3:13:44 PM - vsixinstaller.exe version:
9/10/2019 3:13:44 PM - 16.2.3073
9/10/2019 3:13:44 PM - -------------------------------------------
9/10/2019 3:13:44 PM - Command line parameters:
9/10/2019 3:13:44 PM - C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\ServiceHub\Services\Microsoft.VisualStudio.Setup.Service\VSIXInstaller.exe,C:\Users\xianx\Downloads\IndentGuide v15.vsix
9/10/2019 3:13:44 PM - -------------------------------------------
9/10/2019 3:13:44 PM - Microsoft VSIX Installer
9/10/2019 3:13:44 PM - -------------------------------------------
9/10/2019 3:13:47 PM - Initializing Install...
9/10/2019 3:13:47 PM - Extension Details...
9/10/2019 3:13:47 PM - Identifier : IndentGuide.SteveDower.0a67eb97-becd-451f-aa29-851d9fe5dd2b
9/10/2019 3:13:47 PM - Name : Indent Guides
9/10/2019 3:13:47 PM - Author : Steve Dower
9/10/2019 3:13:47 PM - Version : 15.0.0.0
9/10/2019 3:13:47 PM - Description : Adds vertical lines at each indent level.
9/10/2019 3:13:47 PM - Locale : en-US
9/10/2019 3:13:47 PM - MoreInfoURL : http://visualstudiogallery.msdn.microsoft.com/e792686d-542b-474a-8c55-630980e72c30
9/10/2019 3:13:47 PM - InstalledByMSI : False
9/10/2019 3:13:47 PM - SupportedFrameworkVersionRange : [0.0,2147483647.2147483647]
9/10/2019 3:13:47 PM -
9/10/2019 3:13:47 PM - SignatureState : Unsigned
9/10/2019 3:13:47 PM - Supported Products :
9/10/2019 3:13:47 PM - Microsoft.VisualStudio.Community
9/10/2019 3:13:47 PM - Version : [12.0,16.0)
9/10/2019 3:13:47 PM - Microsoft.VisualStudio.Pro
9/10/2019 3:13:47 PM - Version : [12.0,16.0)
9/10/2019 3:13:47 PM -
9/10/2019 3:13:47 PM - References :
9/10/2019 3:13:47 PM - Signature Details...
9/10/2019 3:13:47 PM - Extension is not signed.
9/10/2019 3:13:47 PM -
9/10/2019 3:13:47 PM - Searching for applicable products...
9/10/2019 3:13:47 PM - Found installed product - Global Location
9/10/2019 3:13:47 PM - Found installed product - Visual Studio Enterprise 2019
9/10/2019 3:13:47 PM - 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)
缩进指南下载是否仅与VS 2019不兼容?如果是这样,还有其他选择吗?