microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
340 stars 36 forks source link

whenever I using GitHub co-pilot chat in vscode it does not work well now days! #1076

Open KuntalRathod opened 7 months ago

KuntalRathod commented 7 months ago
Screenshot 2024-03-26 at 10 58 56 AM

Steps to Reproduce:

1. 2.

mengdaxing commented 7 months ago

Same issue here, I guess copilot need to restart this service , here is log from extension 2024-03-26 13:34:24.588 [info] [extension] GitHub Copilot could not connect to server. Extension activation failed: "connect EHOSTUNREACH 140.82.121.5:443"

lramos15 commented 7 months ago

Are you connected to some sort of firewall?

chrmarti commented 7 months ago

@devm33 Could you help with this?

devm33 commented 7 months ago

One thing to try is the new networking, can you add the following to your settings:

   "github.copilot.advanced": {
        "debug.useElectronFetcher": true
    },

If that doesn't work please share the GitHub Copilot: Collect Diagnostics output (docs) and also try these troubleshooting steps.

KuntalRathod commented 7 months ago

Are you connected to some sort of firewall?

No I'm not connected to any sort of firewall!!

mengdaxing commented 7 months ago

One thing to try is the new networking, can you add the following to your settings:

   "github.copilot.advanced": {
        "debug.useElectronFetcher": true
    },

If that doesn't work please share the GitHub Copilot: Collect Diagnostics output (docs) and also try these troubleshooting steps.

Wow, this one worked!