intellij-micropython icon indicating copy to clipboard operation
intellij-micropython copied to clipboard

File Upload is slow

Open Streyder opened this issue 6 years ago • 1 comments

Hey,

I am using the orginal PyBoard. When using the Run Command to upload the files it takes about 5-10 seconds per file (so minutes for my project) to upload them. If I copy them using the file explorer the transfer is "instant". If the file upload would not use a script to upload those but a normal file transfer it would be way quicker and wouldn't colide with the REPL as mentioned here: https://github.com/vlasovskikh/intellij-micropython/issues/53

All in all that change would speed up the process alot.

Streyder avatar Jun 21 '18 17:06 Streyder

A good idea. I would accept a pull request that switches to this method of uploading instead of the current one. I can help with preparing a pull request.

vlasovskikh avatar Jul 24 '18 23:07 vlasovskikh