Extension activation failed while using Remote-SSH in VSC #14175
Unanswered
handflucht
asked this question in
Copilot Conversations
Replies: 1 comment
-
|
have you try this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I use GitHub Copilot as extension in Visual Studio Code in a local environment, it works fine.
Now I want to use it with the extension "Remote - SSH" on a host, which hasn't any internet-connection. If I try doing so, I receive always the following error:
[ERROR] [default] [2022-04-03T10:46:36.642Z] GitHub Copilot could not connect to server. Extension activation failed: "getaddrinfo ENOTFOUND api.github.com"I think the extension tries to connect using a non-existing internet-connection of the remote-host instead via the client. Is there a possiblity to configure/forward ports to support GitHub Copilot also on a remote-Host which doesn't have any internet connection?
Tested with the following extensions:
Beta Was this translation helpful? Give feedback.
All reactions