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?