ev3dev / vscode-ev3dev-browser

Visual Studio Code extension for browsing ev3dev devices
https://marketplace.visualstudio.com/items?itemName=ev3dev.ev3dev-browser
MIT License
36 stars 11 forks source link

added a download single file button and a download single folder button #113

Closed Eisverygoodletter closed 2 years ago

Eisverygoodletter commented 2 years ago

When you right click any file on the editor, you can now find a "upload this file to connected ev3" button. Then, it will ask you which folder the file should be placed in (leaving it blank just places it in home/robot), then it will copy the file from your computer onto the ev3 in that folder. Just a Qol feature I made because I didn't want to upload my entire workspace.

dlech commented 2 years ago

I made because I didn't want to upload my entire workspace.

There are already features to include/exclude files from the workspace. Is that sufficient to solve the problem?

Eisverygoodletter commented 2 years ago

It's mainly for when I want to send a different file each time, and I don't want to change the include exclude selections