microsoft / microsoft/vscode-python-environments
Diagnose Issues with Copilot
@eleanorjboyd ya está trabajando en esto.
Desde el 2/7/2025.
- Lenguaje dominante
- TypeScript
- Estrellas
- 138
- Forks
- 62
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 35
Descripción
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:
- 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
- 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
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.