Currently, a right-click > upload file to remote filesystem will send the file to the microcontroller's root directory, unless a change remote working directory is done first.
Preferred behavior would be to use the file's local path and the project folder root to determine the remote working directory.
For example: Uploading /local/projdir/lib/module.py sh should send the file to /lib/module.py on the microcontroller.
Currently, a right-click > upload file to remote filesystem will send the file to the microcontroller's root directory, unless a change remote working directory is done first.
Preferred behavior would be to use the file's local path and the project folder root to determine the remote working directory.
For example: Uploading /local/projdir/lib/module.py sh should send the file to /lib/module.py on the microcontroller.