paulober / MicroPico

MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go
Mozilla Public License 2.0
272 stars 25 forks source link

Add command to list files inside Pico #48

Closed busslina closed 1 year ago

busslina commented 1 year ago

Like it does Ampy: ampy --port com3 ls

rdhuff commented 1 year ago

Amen! Thonny has this feature, always has, and it needs to be implemented in this framework to make it usable. Using FTP is tedious.

paulober commented 1 year ago

Woking on it...

paulober commented 1 year ago

@busslina, @rdhuff and all others who are waiting for this feature. I think the new integration of the remote workspace in V3 of the extension should meet your needs.