Skip to content

Commit 41303ed

Browse files
authored
Adding PID to the extended remote process picker (#9673)
1 parent b885e2c commit 41303ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/Debugger/attachToProcess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class RemoteAttachPicker {
221221
if (matches?.length === 3) {
222222
const id: string = matches[1];
223223
const userCommand: string = matches[2];
224-
processes.push({ label: userCommand, id });
224+
processes.push({ label: userCommand, id, description: id });
225225
}
226226
}
227227
}

0 commit comments

Comments
 (0)