Visual Studio Code extension for mpremote #9845
DavesCodeMusings
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you're a fan of Visual Studio Code and developing MicroPython on a Windows host, I have created a VS Code extension you might be interested in.
It's called MPRemote (imaginative, I know) and you can find it in the VS Code Marketplace at:
https://marketplace.visualstudio.com/publishers/DavesCodeMusings
What you'll get is a subset of the mpremote module's functionality available in the VS Code command palette (CTRL+SHIFT+P). Currently, you can do things like:
The main reason for the extension is to allow you to point and click rather than typing commands. You still need to have Python installed on your machine as well as the mpremote module. The extension just provides a wrapper around that.
Add my ESPTool VS Code extension and you also get point and click firmware flashing for Espressif devices.
Beta Was this translation helpful? Give feedback.
All reactions