microsoft / microsoft/vscode-python-environments

Diagnose Issues with Copilot

未关闭
#592 1 条评论 3 个 reaction 已指派 1 人 在 GitHub 查看

@eleanorjboyd 已经在做这个了。

开始于 2025年7月2日。

feature-request needs proposal
主要语言
TypeScript
星标
138
派生
62
平均合并
1 天 4 小时
30 天内合并 PR
35

描述

Create an entry point called "diagnose with copilot" that could be introduced as a button to different error messages which get surfaced to the user as part of this extension. With just a single click users could get help with their environment, package, dependency, etc problems. It would mirror the remote-ssh button with a similar name. The additional features this button would add is context, specific tools, output logs, and knowledge of common problems. Per @roblourens suggestion, I would like to design this using a custom chat mode. To do so, there are 2 updates needed to custom chat modes to make it work for this case:

  1. The ability for an extension to send a chat message in a custom chat mode- ie starting up this chat mode with a message and no additional user interaction
  2. This custom mode being transient. Currently custom modes are saved in a file format and live on in the users workspace. This doesn't make a ton of sense for this use-case because we anticipate people would face a problem setting up their workspace (environment, pkgs etc) and want help via this chat but once they are done, they wont need to return to it. With this is in mind we would love if it would be temporary, only lasting through that session or not being saved to their workspace. Curious your thoughts @roblourens on what this could look like / if this would be possible.

cc @cwebster-99 and @karthiknadig

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。