Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please upgrade your Copilot extension to continue using this service

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

like image 387
Nícolas Franzolin Avatar asked Sep 11 '25 00:09

Nícolas Franzolin


2 Answers

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

like image 100
emragins Avatar answered Sep 13 '25 15:09

emragins


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"
like image 35
Chris Owens Avatar answered Sep 13 '25 14:09

Chris Owens