aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
111 stars 29 forks source link

AWS Toolkit unable to install Codewhisper extension on visual studio and after trying uninstall and reinstall Aws Toolkit is no longer installing #386

Closed SamRD2 closed 10 months ago

SamRD2 commented 10 months ago

Computer (please complete the following information):

Install log 26/01/2024 10:23:29 - Identifier : Microsoft.VisualStudio.Component.CoreEditor 26/01/2024 10:23:29 - Name : Visual Studio core editor 26/01/2024 10:23:29 - Version : [17.7,18.0) 26/01/2024 10:23:29 - Signature Details... 26/01/2024 10:23:29 - Extension is signed with a valid signature. 26/01/2024 10:23:29 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. at VSIXInstaller.ExtensionService.GetInstallableDataImpl(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& skuData) at VSIXInstaller.ExtensionService.GetInstallableData(String vsixPath, String extensionPackParentName, Boolean isRepairSupported, IStateData stateData, IEnumerable1& 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()

Any other information Going to Extensions -> Manage extensions -> searching for AWS, no longer returns AWS Toolkit. It is only available in the Roaming extension manager, but this returns nothing useful.

SamRD2 commented 10 months ago

I was able to resolve this issue, by upgrading Visual Studio to version 17.8. There was a minor issue logged on the install of 17.8, but it doesn't seem to cause any issues.

SamRD2 commented 10 months ago

Actually the following issue is causing Visual studio not to work (even though I can install Codewhisperer for it now): Couldn't install Microsoft.visualCpp.Redist.14

SamRD2 commented 10 months ago

I was able to resolve this, through multiple uninstalls and reinstalls and installing the redist separately and restarting machine, then finally installing the extension for windows application (that Visual studio suggested), even though it was a web project that was stuck in the unloaded state.

awschristou commented 10 months ago

Thank you for reaching out. The Toolkit now requires 17.7 or later of Visual Studio, see https://github.com/aws/aws-toolkit-visual-studio/issues/375 for details. I will close this issue, since it sounds like you were able to install the Toolkit.