-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 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 finally make it works! "remote.extensionKind": {
"GitHub.copilot": [
"ui"
],
"GitHub.copilot-chat": [
"ui"
],
}, |
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.