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
Hi! Thx for plugin, just tried it.
Are there any plans to add upload file on safe? I think it's usual behavior like in jetbrins's ide
Maybe it can be configured not in transfer.lua config, but in deployment.lua with something like: "upload on save" => true.
The text was updated successfully, but these errors were encountered:
I didn't see that it may be needed, because my editor auto-saves a file on any edit action, so uploading a file in the middle of editing will break a remote.
This feature seems not hard: add autocommand that will read a config file, compare the path of the current file with deployment options and call TransferUpload command for the saved file. But it may affect performance, because we need to read config every time, even if you don't use the transfer plugin for the current project or auto-upload option is disabled.
My opinion is you should look at some other approach, or find a plugin that already has this feature. I saw them.
Hi! Thx for plugin, just tried it.
Are there any plans to add upload file on safe? I think it's usual behavior like in jetbrins's ide
Maybe it can be configured not in transfer.lua config, but in deployment.lua with something like: "upload on save" => true.
The text was updated successfully, but these errors were encountered: