- Newest
- Most votes
- Most comments
Hi
You can either pause the code whisperer suggestions and re-enable it when required or completely sign out of code whisperer.
This can be done by going to the AWS Toolkit plugin and in the Developer Tools section either pausing the code whisperer suggestions or completely disconnecting from the service.
AWS Toolkit should be installed as a VScode extension, so I think disabling the extension will stop CodeWhisperer.
You can disable it using the method described in this document.
https://code.visualstudio.com/docs/editor/extension-marketplace#_manage-extensions
Disable an extension If you don't want to permanently remove an extension, you can instead temporarily disable the extension by clicking the gear button at the right of an extension entry. You can disable an extension globally or just for your current Workspace. You will be prompted to reload VS Code after you disable an extension.
If you want to quickly disable all installed extensions, there is a Disable All Installed Extensions command in the Command Palette and More Actions (...) dropdown menu.
Extensions remain disabled for all VS Code sessions until you re-enable them
I updated my question to more clearly articulate that I do not want to disable the extension, just code whisperer.
With CodeWhisperer disabled I still get the error: "command 'aws.codeWhisperer.rejectCodeSuggestion' not found" Issue Opened here: https://github.com/aws/aws-toolkit-vscode/issues/3490
This issue hasn't been resolved yet: https://github.com/aws/aws-toolkit-vscode/issues/3509
Relevant content
- asked a year ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
Thank you. According to my settings, it shouldn't be running (mine shows "Start") but I've been getting Code Whisperer errors so I'm guessing it's a bug with the extension.
With CodeWhisperer disabled I still get the error: "command 'aws.codeWhisperer.rejectCodeSuggestion' not found" Issue Opened here: https://github.com/aws/aws-toolkit-vscode/issues/3490