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.
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.
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.