Skip to content

Commit e9142db

Browse files
rchiodoSebMoore
andauthored
Update src/test/unittest/hooks/childProcessAttachService.unit.test.ts
Co-authored-by: Sebastian Moore <74476668+SebMoore@users.noreply.github.com>
1 parent 8d2636d commit e9142db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/unittest/hooks/childProcessAttachService.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ suite('Debug - Attach to Child Process', () => {
195195
// We must strip 'purpose' from the child config so that VS Code's test adapter
196196
// does not treat child process session termination as test run completion,
197197
// which would cause premature disconnection of the parent debug session.
198-
// Regression test for: https://github.com/microsoft/vscode-python-debugger/issues/548
198+
// Regression test for: https://github.com/microsoft/vscode-python-debugger/issues/981
199199
const data: AttachRequestArguments = {
200200
request: 'attach',
201201
type: debuggerTypeName,

0 commit comments

Comments
 (0)