Visual Studio Code compile on remote host
Asked Answered
F

0

7

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.

Fabi answered 3/6, 2016 at 11:14 Comment(1)
look at this terrty.net/2017/remote-code-build-in-visual-studio-codeSvelte

© 2022 - 2024 — McMap. All rights reserved.