I have a project on a remote host (QNX, g ++, makefile, if that matters). I am using VSCode to edit sources on a remote host on top of ftp.
How can I run a make utility with parameters from a local machine on a remote host with Visual Studio Code to create this project on a remote host?
I found this .json script to run make on the local computer, but I cannot figure out how to execute it on the remote computer.
source share