【发布时间】:2019-11-29 14:16:44
【问题描述】:
我下载了最新版本的 Visual Studio Code for Windows。
当我尝试通过应用程序本身下载和安装扩展程序时,我收到了Failed to install extension x 错误。
当我点击Download Manually并双击安装时,我收到以下错误:
安装失败。安装无法安装 扩展到所有选定的产品。欲了解更多信息,请点击 对话框底部的安装日志链接。
这是该日志中显示的内容:
2019-11-29 9:17:27 AM - Searching for applicable products...
2019-11-29 9:17:27 AM - Found installed product - Microsoft Visual Studio Professional 2015
2019-11-29 9:17:27 AM - Found installed product - Microsoft Visual Studio Community 2015
2019-11-29 9:17:27 AM - Found installed product - Microsoft Visual Studio 2015 Shell (Integrated)
2019-11-29 9:17:27 AM - Found installed product - Global Location
2019-11-29 9:17:27 AM - Found installed product - ssms
2019-11-29 9:17:27 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
at VSIXInstaller.App.InitializeInstall()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
有什么问题?
【问题讨论】: