vscode copilot 的配置文件提示警告

Claude 桌面版竟然是实时的。

vscode copilot 的配置文件提示

{ "resource": "/d:/.vscode/User/globalStorage/github.copilot-chat/ask-agent/Ask.agent.md", "owner": "prompts-diagnostics-provider", "severity": 4, "message": "未知工具 "github/issue_read"。", "startLineNumber": 7, "startColumn": 51, "endLineNumber": 7, "endColumn": 70 },{ "resource": "/d:/.vscode/User/globalStorage/github.copilot-chat/ask-agent/Ask.agent.md", "owner": "prompts-diagnostics-provider", "severity": 4, "message": "未知工具 "github.vscode-pull-request-github/issue_fetch"。", "startLineNumber": 7, "startColumn": 72, "endLineNumber": 7, "endColumn": 119 },{ "resource": "/d:/.vscode/User/globalStorage/github.copilot-chat/ask-agent/Ask.agent.md", "owner": "prompts-diagnostics-provider", "severity": 4, "message": "未知工具 "github.vscode-pull-request-github/activePullRequest"。", "startLineNumber": 7, "startColumn": 121, "endLineNumber": 7, "endColumn": 174 }

删除文件也会重建,是否报告给VSCODE官方,这是BUG?

Show more

22:58

这不是 Bug,是正常的警告,原因是:

问题根源

这些工具需要安装对应扩展才能识别:

未知工具 需要的扩展

github/issue_read GitHub 相关扩展

github.vscode-pull-request-github/issue_fetch GitHub Pull Requests 扩展

github.vscode-pull-request-github/activePullRequest GitHub Pull Requests 扩展

Ask.agent.md 是 Copilot 预置的 agent 配置,引用了这些工具,但如果你没装 GitHub Pull Requests and Issues 扩展,VSCode 就找不到这些工具,报"未知工具"警告。

解决方法

方法一(推荐): 安装缺失扩展

在扩展市场搜索安装:

GitHub Pull Requests

扩展 ID:github.vscode-pull-request-github

方法二: 忽略这个警告

severity 4 是警告级别,不影响 Copilot 正常使用,不用处理。

要不要报告?

不需要,这是已知的设计行为,Copilot 团队预置了依赖可选扩展的 agent,没装扩展就会有这个警告。不是 Bug。

剩一个

'github/issue_read'

未找到对应的扩展

23:00

这个工具 github/issue_read 来自 Copilot 内置工具,不是第三方扩展提供的。

Searched the web

Searched the web

这确实是 Bug,而且是刚发生的。

结论

VSCode 1.113 版本(2026-03-24 发布)引入了这个问题

Namu Wiki

,github/issue_read 被引用在所有三个内置 agent 文件中,但没有任何已安装扩展注册这个工具

Namu Wiki

这是 VSCode 团队成员已确认的 Bug

Javascript

,GitHub 上已有大量 Issue 报告,包括

#302880、

#304842、

#304881 等。

删除文件后每次更新都会恢复,无法手动修复

Namu Wiki

,目前只能等官方补丁。

现状

不影响功能:Copilot 正常使用不受影响

只是警告:severity 4 = Warning,不是 Error

等待修复:官方已知晓,修复会随下一个版本发布

你之前说"不用报告"的判断是对的------现在已经有很多人报告了,不需要重复提交。

相关推荐
大嘴皮猴儿2 小时前
从零开始学商品图翻译:小白也能快速掌握的多语言文字处理与上架技巧
大数据·ide·人工智能·macos·新媒体运营·xcode·自动翻译
JAVA学习通4 小时前
励志从零打造LeetCode平台之C端竞赛列表
java·vscode·leetcode·docker·状态模式
萑澈7 小时前
vscode怎么关闭点击音效
ide·vscode·编辑器
Freak嵌入式7 小时前
MicroPython对接大模型:uopenai + 火山方舟实现文字聊天和图片理解
ide·驱动开发·ai·llm·嵌入式·micropython·upypi
NQBJT12 小时前
[特殊字符] VS Code + Markdown 从入门到精通:写论文、技术文档的超实用指南
开发语言·vscode·c#·markdown
摇滚侠1 天前
帮我整理一份 IDEA 开发中常用快捷键
java·ide·intellij-idea
dyxal1 天前
VS Code 终端疑难杂症排查:为什么 PowerShell 无法启动?
vscode
【ql君】qlexcel1 天前
Visual Studio Code开发STM32设置头文件宏定义uint32_t报错
vscode·stm32·vs code·头文件宏定义·uint32_t报错·uint8_t报错·uint16_t报错
琉璃榴1 天前
Visual Studio Code连接远程服务器
服务器·vscode·github
HuDie3401 天前
agent项目实操笔记
ide