Skip to content

Releases: ev3dev/vscode-ev3dev-browser

v1.2.1

29 Mar 20:43
Compare
Choose a tag to compare

Fixed

  • Fixed Windows path separator in "program" in .vscode/launch.json not converted to UNIX path.
  • Fixed running files with #! and Windows line endings (CRLF vs. LF).
  • Fixed no way to specify port for user-specified IP address.

Beta release

13 Jul 17:24
Compare
Choose a tag to compare
Beta release Pre-release
Pre-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

05 May 19:06
Compare
Choose a tag to compare
Beta release Pre-release
Pre-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

08 Mar 00:07
Compare
Choose a tag to compare

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

13 Feb 16:51
Compare
Choose a tag to compare
Beta release Pre-release
Pre-release

Changes:

  • Fix output window restarting too many times (#95)
  • Refresh remote file browser when remote program ends

Beta release

29 Jan 16:00
Compare
Choose a tag to compare
Beta release Pre-release
Pre-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

16 Jan 18:47
Compare
Choose a tag to compare
Beta release Pre-release
Pre-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

26 Apr 16:32
Compare
Choose a tag to compare

Fixed

  • Fix "Timed out while waiting for handshake" error
  • Fix not working on Linux without Avahi installed

Test release

25 Apr 16:19
Compare
Choose a tag to compare
Test release Pre-release
Pre-release

Possible fix for #82

Bug fix release

26 Mar 03:32
Compare
Choose a tag to compare

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