
在 VS Code 中应用 Copilot 提问时遇到'Chat took too long'错误,可按以下步骤解决:
- 在 VS Code 中按下
Ctrl+Shift+P,输入settings打开settings.json文件。 - 在
settings.json中添加以下配置项:{ "github.copilot.nextEditSuggestions.enabled": true, "chat.extensionUnification.enabled": false } - 保存文件并重启 VS Code。
- 重启后,点击 VS Code 左下角头像,如有 Copilot 授权提示请点击授权。
若上述操作无效,建议检查账号是否已开通 Copilot 功能权限。


