远程服务器无法连接互联网的情况下使用vscode copilot

https://github.com/orgs/community/discussions/52369#discussioncomment-9920089

Step by step:

cmd+shift+p to open the command panel

1
>Preferences: Open Remote Settings (JSON) (SSH: ...)

Update the file to

1
2
3
4
5
6
7
8
9
10
{
"remote.extensionKind": {
"GitHub.copilot": [
"ui"
],
"GitHub.copilot-chat": [
"ui"
],
},
}

Save

cmd+shift+p to open the command panel

1
>Developer: Reload window
作者

ZRHan

发布于

2024-07-18

更新于

2025-04-17

许可协议