Description
Problem: Downloading every file in the include/exclude patterns on every launch is time consuming.
Our robotics club uses a custom platform (22 .py files) that resides in a separate folder called platform/. Pressing F5 loads the platform/ folder every time even though none of those files changes often. This folder can be added to the "ev3devBrowser.download.exclude" configuration
setting, but there's no simple way for students to download this folder when something in it does change.
Solution Idea:
Provide a launch "request": "download" with new settings for "include":"{file-folder-specs}" and "hotkey":"Shift+F6" (or something else) that students can invoke to download the specified files and folders.
Alternative:
Issue #9 offers an alternative that is more flexible, but I'm hoping there's a simpler solution for "download on demand."