You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
Possible Solution: If there's a way to temporarily affect the include and exclude configurations, then e.GO Digital's Power Tools can be used to create a "button" in the status bar to download a subset of folders/files to the EV3 brick.
Question 1: Is there a way via Javascript to temporarily--and safely--change the .include and .exclude configurations? Question 2: Is there a way to pass into ev3devBrowser.action.download et al overrides for .include and .exclude upon which the download mechanism acts?
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."
The text was updated successfully, but these errors were encountered: