-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Toolkit extension does not appear in the Visual Studio Extension Manager #451
Comments
Please note Christopher that most of our clients have policies that currently disallow the use of AI near proprietary code. I have reported this before, but it means that we MUST have the option to disallow Amazon Q, CoPilot etc from our development environments. You MUST make it optional to install any AI components otherwise we will not be able to use these tools. Thanks |
I have manually uninstalled the AWS Tookit VSIX and reinstalled it. No issues with either, but after starting Microsoft Visual Studio Community 2022 (64-bit) - Current the AWS Toolkit with Amazon Q is still not installed. |
Hi @genifycom , this comment is not related to the issue where the extension is not reported as installed. This issue is intended to provide guidance around that behavior, and additional topics make it hard for others to find the information they need. Can you please move that comment into a new issue (which we can then address), and then delete your comment from this issue? |
Hi, It is not working to me in Visual Studio 2019 in EC2 with network restricted. This means, I downloaded the extension version for vs 2019 and then installed it successfully as Administrator. Then I opened the Visual Studio as Admin but the AWS Toolbox is not showing anywhere. Note the current Visual Studio Professional 2019 is the Offline installation in my EC2. I hope anyone can help with this AWS toolkit not showing. Thanks |
Hi @davidppf this issue is about a particular scenario that is happening with Visual Studio 2022. Please file a separate issue so that it has its own discussion thread. |
Symptoms
After installing the AWS Toolkit extension, your instance of Visual Studio can get in a state where the Extension Manager does not list the AWS Toolkit extension under the list of Installed extensions.
Afterwards, you might have some of the following behaviors:
Solution
Visual Studio has released a fix as part of version 17.11.5 to help with this issue.
devenv /updateconfiguration /resetExtensions
This guidance comes from the Visual Studio Developer Community.
Additional solutions
Here are some actions you can run to try to bring Visual Studio back into a good state.
Have Visual Studio re-generate some of its internal cache files
It is possible that some of Visual Studio's internal bookkeeping got out of sync when an extension is installed. Visual Studio will rebuild these files the next time you launch Visual Studio.
%localappdata%\Microsoft\VisualStudio
privateregistry.bin
elsewhere, then delete this file.Extensions
subfolderExtensionMetadata.mpack
elsewhere, then delete this file.After this, the extension should be listed as installed, and the AWS Extension should no longer report one of the error messages listed at the top of this issue.
Repair Visual Studio and Restart your system
Manually uninstall the extension, then re-install it
vsixinstaller.exe /uninstall:0B82CB16-0E52-4363-9BC0-61E758689176
vsixinstaller.exe /uninstall:12ed248b-6d4a-47eb-be9e-8eabea0ff119
Check the VSIX Installation Log
Visual Studio extensions are installed using a VSIX Installer. At the end of the installation, there is a link to view the installation log. This log is produced by the VSIX installer.
The VSIX installation logs are named
%temp%\dd_VSIXInstaller_XXX.log
, whereXXX
is a date/time stamp.If you continue to see this extension missing from your Extension Manager but your installation is reporting success, check these logs for some clues. Please share this installation log by attaching it to a comment down below, or in a new issue.
Possible Causes
The text was updated successfully, but these errors were encountered: