Home > Software design >  Please upgrade your Copilot extension to continue using this service
Please upgrade your Copilot extension to continue using this service

Time:05-21

today I tryed to use the copilot, but suddenly this error start appearing:

[INFO] [fetch] [2022-05-19T21:00:55.452Z] Please upgrade your Copilot extension to continue using this service.

I tryed to uninstall and install again and reload, but nothing happens, anyone have any idea how to solve this problem?

There's an error description in the image below:

Error image

CodePudding user response:

You should uninstall the extension and download the latest version from this page in the form of VSIX file. After that you can install the extension from that VSIX file.

I think it is because there is some API changes and the latest version of the extension is still marked as preview so that when we click on install from the built-in extension browser it just install the latest stable version.

https://marketplace.visualstudio.com/items?itemName=GitHub.copilot

CodePudding user response:

This can be resolved by upgrading VSCode itself.
(Help -> Check for Updates / Install Available Updates)

You may or may not need to re-install the extension and make sure to re-authenticate with git

reference: https://github.com/github/feedback/discussions/15684

  • Related