I have a project on remote host (QNX, g++, makefile if it matters). I'm using VSCode to edit sources on remote host over ftp.
How could I run make utility with params from local machine on remote host with Visual Studio Code to build this project on remote host?
I have found this .json script to run make on local machine, but I can't figure out how to execute it on remote.