File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ interface IPipeTransportOptions {
5050
5151export class RemoteAttachPicker {
5252 public static get commColumnTitle ( ) { return Array ( PsOutputParser . secondColumnCharacters ) . join ( "a" ) ; }
53- public static get linuxPsCommand ( ) { return `ps - axww -o pid=,comm=${ RemoteAttachPicker . commColumnTitle } ,args=` ; }
54- public static get osxPsCommand ( ) { return `ps - axww -o pid=,comm=${ RemoteAttachPicker . commColumnTitle } ,args= -c` ; }
53+ public static get linuxPsCommand ( ) { return `ps axww -o pid=,comm=${ RemoteAttachPicker . commColumnTitle } ,args=` ; }
54+ public static get osxPsCommand ( ) { return `ps axww -o pid=,comm=${ RemoteAttachPicker . commColumnTitle } ,args= -c` ; }
5555 public static get debuggerCommand ( ) { return "${debuggerCommand}" ; }
5656 public static get scriptShellCmd ( ) { return "sh -s" ; }
5757
You can’t perform that action at this time.
0 commit comments