All notable changes to the "MicroPico" extension will be documented in this file.
Based on structure recommendations from Keep a Changelog.
- vREPL tab-completion on Windows isn't inline. (that's also cool but different to macOS or Linux behaviour)
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first. (since ever)
- Upgraded to
pyboard-serial-comv3.0.6,
- Upgraded to
pyboard-serial-comv3.0.5,
ESP32-C3andTeensy 4.0support (experimental) (Fixes #96)
- Hotfix - Upgraded to
pyboard-serial-comv3.0.2,
ESP32-WROOM-32support (experimental)
- Upgraded to
pyboard-serial-comv3.0.0, - Updated dependencies
micropico.executeOnConnectsetting to execute a script on the Pico after connecting (#153 and #176)micropico.importOnConnectsetting to import a module in vREPL after connecting (#153)- MicroPico Device Controler for managing wifi connection and to install mip packages (experimental)
- Upload-file command is now available in the explorer context menu
- Fix #172, Documentation mentions sync button
- Fixes dynamic command enablement
- Fixes tab in multiline input in vREPL does trigger autocomplete and does not indent
- Adjusts settings scopes
- Updated dependencies
micropico.extra.switchStubscommand to switch between MicroPython stubs for different MicroPython versions and ports (RPi Pico, RPi Pico (W) and ESP32) (Thanks to @Josverl) (Fixes #164)
- Updated dependencies
- Settings auto-update workaround from the extension renaming process (Fixes #164)
- Upgraded to
pyboard-serial-comv2.0.4, the Linuxamd64release is now backwards compatible withGLIBC_2.31(Fixes #161) - Updated dependencies
- Upgraded to
pyboard-serial-comv2.0.4, Linuxarm64andarmhfreleases are now backwards compatible withGLIBC_2.31(Fixes #159) - Updated dependencies
- Reload settings before auto-connect to detect settings changes concerning the port
- Upgraded to
pyboard-serial-comv2.0.3(Fixes #144) - Updated stubs to MicroPython v1.21.0 stable
- Updated dependencies
- Adds back linux
armhfsupport
- Reduced extension size on some platforms
- Upgraded to
pyboard-serial-comv2.0.2 - Replaced
Pico-W-Stubwith micropython-stubs for MicroPython v1.20.0 (Thanks to @Josverl) - Added
.lsand.helpcustom commands to vREPL
- Fixes an issue concerning multiline vREPL inputs
- Some minor improvemements
- Updated dependencies
- Upgraded to
pyboard-serial-comv2.0.1 - Fixes Windows issues related to update
v3.3.0(Fixes #143)
- Updated dependencies
- Upgraded to
pyboard-serial-comv2.0.0 - Stubs updated to v1.21.0 stable
- Dependency on the VS Code Python extension
- Dependency on
pyserialpip package - Dependency on Python being installed on the host system
micropico.pythonPathsetting- Support for the armhf architecture
- Fix #134, Support stopping execution with VS Code command (#13 by @eplusx)
- Minimum VS Code version is now v1.82.0
- Updated dependencies
- Updated stubs to v1.20.0-441 unstable
- Minimum VS Code version is now v1.81.1
- Updated dependencies
- Added official Python extension as dependency
- Updated stubs to patch v1.20.0-5 stable
- Updated stubs to patch v1.20.0-4 stable (Fixes #125)
uploadprojectstatus-bar button
- Upgraded pyboard-serial-com to v1.5.3 (Fixes an issue where
pyIgnorewildcard exclusions were not working) - Updated stubs to patch v1.20.0-3 stable
- Dependencies were updated
- Rename extension to
MicroPicobut the ID remains the same:paulober.pico-w-go(for now) - Dependencies update
vscode:uninstallscript to remove Pico-W-Stub after extension gets uninstalledpicowgo.rtc.synccommand to sync the Pico's RTC with the host's time- Fix #29, Add custom when clause context keys
- Auto-detected Python3 commands are't automatically saved to global settings anymore to prevent erros when switching between different systems with different python installations and settings sync turned on
- Contributed menu entries are now only shown when the extension is active
- Updated dependencies
picowgo.pyIgnorenow supports syncFolder specific rules
- Fixed #111, Relative paths in
picowgo.pyIgnoredon't work - Fixed #113, Unnecessary re-uploading of unchanged files during upload-project
- Upgraded pyboard-serial-com to v1.5.2
- Updated stubs to patch v1.20.0-2 stable
- Logger output channel
- Open workspace settings command
- Added scopes to some configuration settings
- Added new
picowgo.additionalSyncFolderssetting (Requested in #40) - Added
soft-reset (listen)command. Soft-reset now displays output (read and write) of main.py and boot.py reruns after soft-reset with this new command or the updatedpicowgo.softResetAfterUploadsetting. (Requested in #101)
- Renamed setting
picowgo.rebootAfterUploadtopicowgo.softResetAfterUpload - Fixed README table markdown for VS Code Marketplace store front
- Fix #71, Better up-/download progress notification/feedback
- vREPL now opens automatically on need (reduces "vREPL not open" warnings) (#60)
- All commands are now grouped in one category
- Some minor stability and performance improvements were made
- Fixed duplicate vREPL handling and not prompt on additional vREPL panel
- Fixed
input(...)echoed back input in vREPL - Other dependency updates
- Upgraded pyboard-serial-com to v1.5.1
- Bumped minimum NodeJS engine version to v16.17.1
- Updated stubs to patch v1.20.0-1 stable
- Fix #66, Problems with uploading/downloading a project
- Store listing improvements
- Upgrade to pyboard-serial-com v1.4.31
- Update terminal profile image
- vREPL now supports tab-completions (Requested in #102)
- Logo remake (by an AI) upon advice
- Upgrade to pyboard-serial-com v1.4.30
- Fixes script needs print statement to be stoppable
- The minimum VSCode engine version was lowered to v1.76.0 for better compaibility with Raspberry Pi
- Status Bar button
togglepicowfs(Suggested in #95)
- Fixed #73, Extension freezes when Pico is disconnected during code execution
- Upgrade to pyboard-serial-com v1.4.26
- Fixes Python 3.9 compatibility
- Upgraded to pyboard-serial-com v1.4.24
- Download project progressbar title
- Updated stubs for 'Firmware v1.20.0 stable'
pyserialis now auto-installed as requirement on start. If the installation/detection fails, the extension give feedback to the user.
- Updated README.md
- Increased timeout on pyserial and python version detection (PR #74)
rebootAfterUploaddefault value tofalse- Better error handling and more detailed error messages for
- Upgraded to pyboard-serial-com v1.4.23
- AutoConnect feature, the extension now detects disconnects and auto reconnects
- Fixed
globalSettingscommand - Python detection now has a 1sec timeout
- Small UX improvements
- Fixes #58, Run button no stop option
- Artificial upload constraint (#61)
-
Remote filesystem/workspace integration of the Pico (W) filesystem.
-
A contributed/integrated terminal profile for the Pico (W) REPL (open and closing does not affect the connection as long as you don't duplicated or open multiple vREPLs)
-
picowgo.switchPicocommand to be able to chose between ports without having to deal with any config -
picowgo.gcBeforeUploadruns garbage collector before uploading files to free some memory for more stable uploads
picowgo.syncFileTypessettings datatype changed toarraypicowgo.safeBootOnUploadwas renamed topicowgo.gcBeforeUpload- NEW REQUIREMENT:
pyserialPython Pip package - Terminal behaviour is now a virtual REPL which can execute commands on the remote Pico (W) MicroPython REPL
- To enable the new remote workspace feature, a new queuing system between the serial port and the VSCode inputs had to be developed to cope with the bottleneck of a serial connection. For stability reasons, I therefore do not recommend excessive multitasking with the features of the extension in conjunction with the Pico. It should work fine and also handle a large load, but you don't need to overuse it.
- Better detection for OS and hardware
- Improved stability for file transfers
- Updated stubs for 'Firmware v1.19.1-1009 nightly'
- Shrunk extension file size because it's not required to bundle serialport package anymore within the extension
ctrlCOnConnectsetting, because its now the default- FTP-Server, it was deprecated had security vulnarabilities and some users reported problems using it
- Cut many other dependencies
- Improved
urequests.Responseclass stubs to reflect runtime added fields (v1.19.1-915-1)
- Workaround for MicroPython filesystem reformat bug (Issues #46, #50) [PR: #49]
- Updated stubs to 'Firmware v1.19.1-915 nightly'
- Updated serialport and other dependencies
- Updated stubs to 'Firmware v1.19.1-796 unstable'
- Fixed #37, Fixed #37, Wrong char encoding in 'run current file' operation
- Updated stubs to 'Firmware v1.19.1-780 unstable'
- Support for armv7 (32-bit) by providing a patch for the node-gyp-build dependency which should only be temp.
- Stubs hotfix v1.19.1-594-1 unstable
- Fixes #23, Configure project command does not link Stubs. By changing the type of the symbolic link from a directory link to a directory junction.
- Updated stubs to 'Firmware 1.19.1-594'
- Colored terminal output to some message by the extension
- Switched to VS Code api PseudoTerminal (pty) instead of the old terminalExec.py fake REPL
- Fixed some naming convention "errors"
- terminalExec.py
- Fixes if you reopen VS Code via desktop or taskbar shortcut i sometimes restores old terminal sessions with then cannot be closed because the close action will always close the now working session.
- Updated stubs as of Firmware v1.19.1-389-1 unstable for the rp2 Pico-W board
- Updated stubs as of Firmware v1.19.1-378 unstable for the rp2 Pico-W board
- Fixed SyntaxError in deleteAllFiles command
- Updated stubs as of Firmware v1.19.1-375 unstable for the rp2 Pico-W board
- Fixes constantly crashing terminal on linux
- Fixed linting of builtin python features.
- Following dependencies:
- serialport v10+
- webpack
- webpack-cli
- glob
- Patches for following packages:
- dtrace-provider
- ftp-srv
osandcpusection to package.json- Bugs URL into package.json
- Apache 2.0 license
- Completly moved codebase to Typescript (rewrote many parts)
- Moved to serialport version 10.4.0 which now has integrated prebuild binaries from @serialport/bindings-cpp
- Extensive changes to the build system
- Integrated settings into vscode and removed pico-w-go.json settings files
- Cleaned up the default configuration of statusbar buttons by removing some of them to comply with vscode guidelines
- Fixed terminalExec.py script crashing thought function and special keys like 'arrow up' on Windows. It now suports all arrow key + the del key in the terminal and catches other special keys.
- Fixed license path in package.json for vscode
- Updated github build workflow
- Github issue templates/config
- Vscode activation events from
*to custom command base activation and.picowgofile based activation
-
Duplicate functions
-
Some unused code
-
Following dependencies:
- binascii
- bindings
- child-process-promise
- commander
- copy-paste
- crypto-js
- debug
- element-resize-detector
- lie
- nan
- ncp
- node-abi
- object.assign
- ora
- promirepl
- prompt-list
- rxjs
- safe-buffer
- spdx-correct
- spdx-exceptions
- telnet-client
- utf8
- xterm
Dev-dependencies:
- babel-cli
- babel-core
- babel-preset-es2015
- chai
- electron
- electron-rebuild
- prebuild-install
- vscode
-
'Get Support Info' command
can be found in older commit history