microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
311 stars 28 forks source link

Connect debugger context to fix errors #1279

Open cloudbow opened 3 months ago

cloudbow commented 3 months ago

I would like to debug python code in vscode and automatically break at errors, so that this can be fed as context for the copilot. And copilot can spot me the actual fix by analysing the call stack and libraries used.

cloudbow commented 3 months ago

I see this here - https://www.youtube.com/watch?v=88M5VH_FJVg

Fingers crossed on releasing this.