liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

[feature request] sync remote to local upon save #22

Open d-packs opened 5 years ago

d-packs commented 5 years ago

Would be great if there were a sync setting, allowing for any changes done to remote folder to be replicated in local folder (upon save). like "rootPath": "/remote_home/foo/some/projectx", "syncPath": "/local_home/usr/some/projectx"

cdsaenz commented 5 years ago

I'd like this too. In a way I'm now thinking that a local cache is the way to go, and then sync back to the ftp when desired. This would also make possible that code outline works properly, I guess.