Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitHub Copilot could not connect to server

enter image description here

enter image description here

Someone told me that the problem was caused by a firewall and a VPN, but I disabled the firewall and do not have a VPN.

like image 499
Kongpop Parkpisas Avatar asked Dec 08 '25 19:12

Kongpop Parkpisas


1 Answers

GitHub Copilot could not connect to server. Extension activation failed: "Timed out waiting for authentication provider to register"

You probably have GitHub Authentication disabled.
GitHub Autenthication is an extension that is bundled with Visual Studio Code.

Go to File -> Preferences -> Profiles -> Show Contents Path to open GitHub Authentication extension

In the left panel, in the "Extensions" group, click in "GitHub Authentication" and enable the extension. Enable GitHub Authentication extension resolves "GitHub Copilot could not connect to server. Extension activation failed" ERROR

like image 151
Fede Avatar answered Dec 11 '25 01:12

Fede