Should not fire onDidSendMessage for requests #7200
Labels
bug
Issue identified by VS Code Team member as probable bug
debt
Code quality issues
notebook-debugging
verified
Verification succeeded
Milestone
The debug adapter fires onDidSendMessage for requests that should be sent to the kernel.
vscode-jupyter/src/client/debugger/jupyter/kernelDebugAdapter.ts
Line 327 in 231d6fd
This should only be fired for messages going to VS Code (events, responses, and requests handled by VS Code itself)
The text was updated successfully, but these errors were encountered: