@matteo click on "View code", go to the clickable.js, in the "settings()" function (Line 99), and add:
{
name: 'Clickable: Build and run [phone (ssh)]',
exec: 'clickable',
args: [ '--ssh YOUR_PHONE_IP' ],
sh: true,
functionMatch: function (terminal_output) {
return errorHelper.checkBuildError(terminal_output)
}
}
P.S. don't forget the "," at the beginning or end