liximomo/vscode-sftp

How to refresh (sync to local) all opened files

Gelembjuk opened this issue · 2 comments

I am learning VS Code for PHP coding. I am looking for normal code editor for Mac (before i was on linux for 20 years) and VS code + this plugin looks best for now. However i have some question.

I usually edit PHP file directly on my server with ssh access (SFTP). I figured out how to open files on SFTP server and save them.

But i also need a way to reload all opened files. When i change git branch on my server i need to reload all opened file (all files in a local copy?) to be sure i have actual view after a branch change.

I see how i can refresh single file (right click menu and Download). How can i refresh all files? To do Download of all files? Or reset local copy of all files or refresh them?

Is there a way to do it?