S
S
Sergey2018-10-09 22:56:43
Visual Studio Code
Sergey, 2018-10-09 22:56:43

How to modify files remotely on the server using Visual studio code?

How to remotely modify project files on the server using Visual studio code? What plugins to use for secure and fast access?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2018-10-09
@beg1nner

Usually there are 2 approaches:
- upload files via (S)FTP with each save - use GIT
and upload files when the state of the entire project is understandable and acceptable for deployment
plugin, you can use any git client.
Absolute IMHO - for some local test runs - the first option (well, for example, if you are testing locally in a virtual machine thread). For selling\RC\something else, where ready-made features should go - the second option.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question