- Disconnect monitoring (#47)
- Multifile support (#58)
- Updated SerialPort dependencies
- Update to support vscode 1.66
- Updated SerialPort dependencies which should make the plugin run without problem on all environments and future versions of vscode because of the provide NAPI bindings.
- Add timeout to commands executed on the hub. Default is 30 seconds and can be changed under vscode settings.
- Fix
print
not printing correctly new lines in console.
- Add title menu buttons for easier access to commands
- Enhance prnting to correct new lines and bare printing numbers
- Fix auto-uploading of programs to slot 0
- Bundle extension with
webpack
improving load performance and minimizing size
- Add support for VSCode 1.59+ for Apple Silicon
- Add support for Linux x64 platform
- Add support for native python
print
command (it is no longer needed to override with the spike prime version!) - Print error when local MPY compile fails
- Don't use temp file for compiled MPY result. Stream the result directly from memmory.
- Add support for VSCode 1.59+ (macOS x64, win32 and win64)
- Added option to compile programs to MPY before uploading to the LEGO Brick
- Fix
print
to be faster and not delay program for 1sec
- Add bindings for M1 Mac platform
- Add bindings for win32 platform
- Bumped Electron version
- Initial release