You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to download a file to my local filesystem I right-click on the file in the Explorer and choose "Download..." -- works fine... downloads right away to the Downloads folder on my local drive (without any prompt for where to save... which is fine).
But when I right-click on a folder to download the entire folder, I get the following message:
... where the redacted part is just the domain on which code-server instance is hosted e.g. codeserver.mydomain.com.
And no, the folder does not contain system files... not sure whether it's referring to the remote folder or local folder, but either way there are no system files.
I'm not even sure it's possible to download an entire folder in code-server / VSCode? I sure hope it is possible, and it feels like it's trying to do the download (not just saying it's not possible to download folders). Certainly on Cloud9 it is/was possible to download either a file or folder in this way, direct from the Explorer... for a folder it is just zipped and downloaded the folder as a zip (or maybe gz... either way is fine).