Releases: ev3dev/vscode-ev3dev-browser
Releases · ev3dev/vscode-ev3dev-browser
v1.2.1
Beta release
- Add link to wiki for connection errors
- Fix race condition when browsing for connected devices
- Fix multiple network interfaces not updated on Windows
- Fix stop button not killing all child processes
- Fix Download and Run broken in beta.1
- Convert Avahi backend to dbus-next
Beta release
Changed
- Initial debug configuration has new example to run current file
Fixed
- Activate extension on command palette command
Added
- ev3dev remote debugger is now a default debugger for Python files
Feature release
Added
- New "pause" button on debugger that sends SIGINT to remote process
- New "interactiveTerminal" debugger option to run remote programs in
interactive terminal instead of output pane - New setting for device connection timeout
Fixed
- Fix debugger restart button not working
- Fix numbers not allowed in
ev3devBrowser.env
variable names
Changed
- SSH shell no longer requires native executable on Windows
- Device connection timeout increased to 30 seconds
Beta release
Changes:
- Fix output window restarting too many times (#95)
- Refresh remote file browser when remote program ends
Beta release
Added
- Added
ev3devBrowser.interactiveTerminal.env
setting - Added new context menu item for running arbitrary programs in interactive terminal
Fixed
- Fixed regression with stdout being redirected to output pane when debugging
Beta release
Added
- New "pause" button on debugger that sends SIGINT to remote process
- New "interactiveTerminal" debugger option to run remote programs in
interactive terminal instead of output pane
Fixed
- Fix debugger restart button not working
Changed
- SSH shell no longer requires native executable on Windows
Bug fix release
Fixed
- Fix "Timed out while waiting for handshake" error
- Fix not working on Linux without Avahi installed
Test release
Possible fix for #82
Bug fix release
Changed
ev3devBrowser
debugger type no longer uses native executable.- SSH shell no longer uses native executable on Linux and Mac.
Fixed
- Fix debugger hanging when ev3dev Device Browser view is collapsed