microsoft / pxt-microbit

A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
https://makecode.microbit.org
Other
699 stars 581 forks source link

WebUSB for offline app can be enabled with Electron 23 #5524

Open spacevoyager78 opened 4 months ago

spacevoyager78 commented 4 months ago

Is your feature request related to a problem? Please describe. Reading https://github.com/microsoft/pxt-microbit/issues/5306, I saw that connecting to micro:bit was disabled for the offline electron app.

Describe the solution you'd like According to https://www.electronjs.org/blog/electron-23-0#new-features and https://stackoverflow.com/a/77883191, Electron supports WebUSB from version 23, which was released a year ago. Can we have the functionality of connecting to micro:bit available for offline app?

spacevoyager78 commented 3 months ago

Is this possible to implement with current Electron version? We have an unstable internet connection and having to teach 10 year-olds how to save everytime they make a change and drag a file to microbit is very cumbersome.

spacevoyager78 commented 1 month ago

I guess there is no interest in this...