DavesCodeMusings / mpremote-vscode

Visual Studio Code extension for mpremote Python module
BSD 2-Clause "Simplified" License
11 stars 1 forks source link

Individual file uploads should take project folder path into account for destination #18

Closed DavesCodeMusings closed 10 months ago

DavesCodeMusings commented 10 months ago

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.

DavesCodeMusings commented 10 months ago

Delivered in 1.21.6