25

Today I tried 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 tried 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

ChrisGPT was on strike
  • 127,765
  • 105
  • 273
  • 257
Nícolas Franzolin
  • 253
  • 1
  • 3
  • 5

5 Answers5

30

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 re-authenticate with git.

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

double-beep
  • 5,031
  • 17
  • 33
  • 41
emragins
  • 4,607
  • 2
  • 33
  • 48
3

In my case (on a mac) I had to do the following:

  • Move Visual Studio Code from Downloads to Applications
  • Restart
  • Update Visual Studio Code
  • Sign into Github
  • Open extensions and locate Github CoPilot
  • Click "Reload Required"
Chris Owens
  • 5,076
  • 12
  • 61
  • 131
2
  1. As @emragins suggested, go to Help and check for updates/restart to update

  2. Once you are back on VS Code check if the Co-pilot is activated.

If it is not activated/still gives the same error.

  1. Search for co-pilot in VS Code extensions search
  2. Click on co-pilot extension in the search results, you should see restart/reload required.
  3. Reload and it should be working now. If not try closing VS Code and opening it now.
Seth P
  • 82
  • 1
  • 6
1

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. However, it is still marked as preview. 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

shioko
  • 302
  • 3
  • 11
1

if you are on a linux device, update your vscode first then update your co pilot extension it will work.