vscode: can`t use github copilot with remote-ssh #52369
-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 22 replies
-
|
Hi @HJDCZY , Have you set up your proxy authentication using this VSCode setting? The problem might also be related to trust in chain certificates. Let us know how it goes. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
okay, I have solved this problem. you can`t use any proxy network in your remote server. I found the problem when I restart the server. |
Beta Was this translation helpful? Give feedback.
-
|
Try this option as well in case if above option didnt worked. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you so much, adding the following to "remote.extensionKind": {
"GitHub.copilot": [
"ui"
],
"GitHub.copilot-chat": [
"ui"
],
}, |
Beta Was this translation helpful? Give feedback.
-
|
Copilot doesn't work with remote development extension, use cursor ide! |
Beta Was this translation helpful? Give feedback.





okay, I have solved this problem. you can`t use any proxy network in your remote server. I found the problem when I restart the server.