VSCODE Plugin
-
Hi, I´ve had a try with the ATOM plug in. Looks nice.. but, I´d like to try to create a VSCODE extension.
The one question I have is, how to manage the MicroPython file system over USB. I See that PYMAKR can sync files over USB. What protocol/library are you using to manage the file system on the PYCOM device when connected by USB?
How is your progress with a VSCODE extension?
Thanks,
Garth Tissington
-
@livius ok. Thanks. I can see the method used in that source. DOCS for the file transfer API would be really useful too but this will get me started.
Thanks
-
@thrag
you have full source code - then look into it
https://github.com/pycom/pymakr-atom
-
bump? Anyone? Any Ideas?