-
Notifications
You must be signed in to change notification settings - Fork 35
Running start_debugging tool in VS Code Insiders does not return and agents keep waiting indefinitely. #39
Open
Description
This happens specifically when trying to debug a specific C# xUnit test using VS Code Insiders and GitHub Copilot.
How to reproduce:
- Ask the GitHub Copilot agent to place a breakpoint and start debugging a specific test in a C# xUnit project using VS Code Insiders.
- The agent successfully runs
add_breakpointtool. - The agent makes a tool call to
start_debuggingusing input like that:
{
"fileFullPath": "/path/to/project/test.cs",
"workingDirectory": "/path/to/project",
"testName": "Test_Should_Do_Something"
}
- The agent keeps waiting indefinitely for the tool call to return any results.
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.