VS Code: Sync files to network drive

Soldato
Joined
26 Sep 2010
Posts
7,201
Location
Stoke-on-Trent
Hi all

Does anybody know of a way to automatically sync files to a network drive in Visual Studio code? I run a small web server on my network to build and test with that storage folder mapped to a network drive.

back in my Dreamweaver days, I had a site config set up to automatically push files when saved to that network drive, so I could code locally, automatically deploy to the test server and then F5 the browsers to test changes.

Is there any way I can replicate this simple functionality in VS Code? Extensions are fine, scripts running the background are fine too. I was looking at an FTP extension, but that would involve setting up an FTP service on the server, which seems overboard, as is deploying some full Git-based version control which I just don't need coding solo at home :p

Tips and suggestions welcome.

Cheers
 
Back
Top Bottom