Adding PID to the extended remote process picker (#9673)

This commit is contained in:
xisui-MSFT
2022-08-04 17:19:18 -07:00
committed by GitHub
parent b885e2c39a
commit 41303ed8cc
+1 -1
View File
@@ -221,7 +221,7 @@ export class RemoteAttachPicker {
if (matches?.length === 3) {
const id: string = matches[1];
const userCommand: string = matches[2];
processes.push({ label: userCommand, id });
processes.push({ label: userCommand, id, description: id });
}
}
}