Reputation: 103
I'm using the ftp-simple extension in VSCode to auto upload changes on save. This works fine, but there is 1 problem.
The FTP server I'm saving to is quite large so the first time I open a connection to it, it will "Remote info download" all the files on the server, this takes a very long time.
But when I close the connection and I reopen it let's say a day later, it has to re download the file info of every file again. Is there a way to "remember" all of that?
Upvotes: 0
Views: 1107
Reputation: 1
You can save the workplace, and in my experince it enhance load time quite a bit.
Upvotes: 0