VSCode : How to get remote-ssh output by api?

280 Views Asked by At

I want to get the output content of remote-ssh and analyze these logs in my extension. I tried this method

        let response = vscode.commands.executeCommand('opensshremotes.showLog');
        console.log(response)

But the response is not the log content. Is there any method else?

remote ssh output content

0

There are 0 best solutions below