microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.28k stars 118 forks source link

when stopping microcontroller from debugger, disable autostart? #444

Closed pelikhan closed 1 year ago

pelikhan commented 1 year ago

We should review when to disable auto-start when vscode is connected.

pelikhan commented 1 year ago

Fixed by https://github.com/microsoft/devicescript/pull/451