We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d393e commit 06d6451Copy full SHA for 06d6451
1 file changed
src/extension/debugger/hooks/childProcessAttachService.ts
@@ -31,7 +31,7 @@ export class ChildProcessAttachService implements IChildProcessAttachService {
31
// This can cause the Python extension's test adapter to incorrectly treat the
32
// child process session termination as the end of the test run, which results
33
// in premature disconnection of the parent (test runner) debug session.
34
- // See: https://github.com/microsoft/vscode-python-debugger/issues/548
+ // See: https://github.com/microsoft/vscode-python-debugger/issues/981
35
delete debugConfig.purpose;
36
37
const debugSessionOption: DebugSessionOptions = {
0 commit comments