microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.61k stars 29.42k forks source link

Copy Folder from vscode SSH environment to local environment #234373

Open rmuhawieh opened 20 hours ago

rmuhawieh commented 20 hours ago

Does this issue occur when all extensions are disabled?: Yes/No

I've been searching ways to go about this with no luck. I have a folder saved in the vscode remote server (via ssh) and I'd like to copy the entire folder and have it be in the local vscode environment as well. I've seen scp and downloading extensions suggested but surely there is a simple way through vscode where I'd be able to simple copy from remote vscode environment into the local vscode environment. Thanks

technic960183 commented 9 hours ago

Right-click on the folder and select Download; this might solve your issue. I've been using this method to download a batch of files from a remote server to my local for a while.