GitHub command 'github.copilot.generate' not found

Viewed 1551

I have installed GitHub Copilot I have got an access to use it too but when I try CTRL + Enter I get this error message:

command 'github.copilot.generate' not found

I tried uninstalling and reinstalling, still no change.

Edit: I discovered that github copilot actually works in my laptop, but not in my desktop even though they are signed in the same account that has access to use the extension. I tried completely deleting vs code from laptop but it didn't help too.

1 Answers

This worked for me on Windows

  1. Go to %USERPROFILE%/AppData/Roaming/Code/CachedExtensionVSIXs
  2. Delete all copilot files and reopen vsCode.
Related