micropython-helper is a VSCode extension to assist MicroPython development.
It provides basic file management functions such as uploading, downloading, and deleting files from MicroPython devices over serial.
Features
📂 Upload files to MicroPython devices
📥 Download files from the device
🗑️ Delete files on the device
▶️ Attach Python REPL
💡 Smooth integration with REPL and VSCode UI
🌈 Colorful interface
Requirements
None
Extension Settings
Custom serial baud rate
File upload baudrate and chunk size selection
Known Issues
It may appear that the serial port connection error occurs when operating the file system. But don't worry, just retry a few times.
⚠️⚠️⚠️The automatic upload function of saved files is not implemented because it is not stable.
⚠️⚠️⚠️Cannot delete a non-empty folder.
Update message
V1.0.0: A brand new version, most of the functions are improved for the first time.