Skip to content

Commit 06d6451

Browse files
rchiodoSebMoore
andauthored
Update src/extension/debugger/hooks/childProcessAttachService.ts
Co-authored-by: Sebastian Moore <74476668+SebMoore@users.noreply.github.com>
1 parent 77d393e commit 06d6451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension/debugger/hooks/childProcessAttachService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class ChildProcessAttachService implements IChildProcessAttachService {
3131
// This can cause the Python extension's test adapter to incorrectly treat the
3232
// child process session termination as the end of the test run, which results
3333
// in premature disconnection of the parent (test runner) debug session.
34-
// See: https://github.com/microsoft/vscode-python-debugger/issues/548
34+
// See: https://github.com/microsoft/vscode-python-debugger/issues/981
3535
delete debugConfig.purpose;
3636

3737
const debugSessionOption: DebugSessionOptions = {

0 commit comments

Comments
 (0)