Releases: Gamadril/led-basic-vscode
Releases · Gamadril/led-basic-vscode
v2.0.5
v2.0.4
v2.0.3
v2.0.1
v2.0.0
- 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
- 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