前提
- 有授权的 Copilot 的 GitHub 账号(学生认证或购买),VS Code 已登录账号
- 远程主机已安装 GitHub Copilot 和 GitHub Copilot Chat 插件

现象
左侧工具栏没有 Copilot Chat 的图标
解决方案
打开 VS Code 设置 (Settings),在设置中搜索 "extension kind",点击 settings.json。
在 "remote.extensionKind" 中添加:
"remote.extensionKind":{"GitHub.copilot":["ui"],"GitHub.copilot-chat":["ui"]}
重启 VS Code 可看见 Chat 图标


