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

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

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

相关推荐
FlyWIHTSKY2 小时前
idea中集成claude功能
java·ide·人工智能·intellij-idea·cloudera
weixin_404679312 小时前
godot + vscode ai开发
ide·vscode·编辑器·游戏引擎·godot
我一定会有钱2 小时前
vscode system下载安装
ide·vscode·编辑器
2401_8582861116 小时前
VSCODE远程链接错误: 无法建立链接,过程试图写入的管道不存在的解决方法
ide·vscode·编辑器
像风一样自由202016 小时前
加强版VScode结合remote-ssh远程连接服务器开发指南
服务器·vscode·ssh
一朵好运莲17 小时前
Turbo Console Log插件VSCode更改log快捷键教程
ide·vscode·编辑器
IS6831 天前
视频文案提取技术全景:ASR vs OCR,哪种方案更适合你?
ide·macos·xcode
风筱1 天前
Idea的CC GUI插件安装Claude Code SDK失败
java·ide·ai编程
HAHAXX81 天前
RPA机器人开发全解:Copilot+大模型接口集成,从源码到架构的深度拆解
机器人·copilot·rpa
其实防守也摸鱼2 天前
GitHub Actions 自动化运维实战:从入门到企业级应用
运维·数据库·安全·自动化·github·copilot