Skip to content

Releases: Gamadril/led-basic-vscode

v2.0.5

13 May 23:22
Compare
Choose a tag to compare

Serial Lib Rebuild

v2.0.4

05 Nov 21:52
Compare
Choose a tag to compare
  • Fix for invalid label reference

v2.0.3

20 Sep 14:21
Compare
Choose a tag to compare
  • rebuild serial port library

v2.0.1

15 Jul 19:59
Compare
Choose a tag to compare
  • fixed a bug with mixed up labels detection
  • rebuild serial port library

v2.0.0

28 Dec 21:58
Compare
Choose a tag to compare
  • updated support to LED Basic v15.2.7
  • extended LED BASIC by dropping restriction for label and variable names. Labels can be strings and variable names are not restricted to one letter
  • code refactoring
  • removed support for WinUSB driver
  • rebuild serial port library, dropped 32bit support
  • fixed an issue in tokenizer for multiple data statements behind a label

v1.3.0

07 Mar 20:47
Compare
Choose a tag to compare
  • Default setting value for opening terminal after upload set to false
  • Reduced once again terminal implementation to simple output. Still waiting for TerminalRenderer API.
  • Added alternative libUSB based serial port implementation for Windows platform (for WinUSB driver)
  • Added configuration property "caseInsensitiveCalls" to skip case sensitive lib calls check and not show them in the problems view
  • If the uploaded code leads to an error on the device, some BLP devices send the error code back to the host. If such an error is detected it is shown in the problem view pointing to the corresponding code line.
  • Fixed an error in the check for the correct number of arguments in function calls. A data read call is now detected as one argument.
  • Added hover support for goto/gosub calls showing the comment of the target label if available

v1.2.4

26 Feb 14:41
Compare
Choose a tag to compare
  • corrected list of allowed commands for PICO module
  • fixed wrong config value for PICO module which made it freeze after code upload

v1.2.3

26 Feb 12:47
Compare
Choose a tag to compare

sysCode value of the PICO module corrected

v1.2.2

08 Feb 21:20
Compare
Choose a tag to compare
  • Rebuild of the serial port library was required for VSCode 1.31.0
  • Icon added

v1.2.1

18 Dec 21:34
Compare
Choose a tag to compare

updated device support to LED Basic v15.2.2 (added LED-BASIC-PICO module)