Visual Studio Code Extension for MPRemote #11614
Replies: 5 comments 24 replies
-
Hello, can you add graphical buttons and intuitive list of files that can be displayed in the sidebar of VScode? |
Beta Was this translation helpful? Give feedback.
-
Deleted outdated screenshots to avoid confusion |
Beta Was this translation helpful? Give feedback.
-
Recent improvements include a context menu for access to commands by right-clicking the device's serial port name in the Explorer pane (lower left corner of screenshot.) You can find out more in the wiki: https://github.com/DavesCodeMusings/mpremote-vscode/wiki |
Beta Was this translation helpful? Give feedback.
-
Hello, I have some problems with this extension. I had to switched from windows to GNU/Linux from many reasons. I use Debian with LXDE eviroment. I installed vscode via snap store a mpremote via pipx because it is the right and security way for now how mpremote install to Debian. Because -> https://packages.debian.org/unstable/utils/micropython-mpremote . Problem is that mpremote:command in vscode, for example calling command to the REPL -> python3 -m mpremote connect /dev/ttyUSB0 repl and it is right but on my PC it is wrong. In case when I installed mpremote using pipx so the command for using mpremote is just only one word "mpremote". It is posible to fix it please. Ofcourse I will looking for another solution which VScode offers. Excus my English please. I hoop you understood. |
Beta Was this translation helpful? Give feedback.
-
A Windows user, a Mac user, and a Linux user walk into a bar. The bartender says... According to the doc for installing mpremote it looks like Linux users can just type Also, is there a Mac user who can do the same? Just type If this method works for both Mac and Linux, I think it's safe to just use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
If you're a fan of VS Code for development work, I have an extension that provides command palette access to a lot of MPRemote's functionality. I've recently made some improvements to the code and documentation.
You may want to check it out if:
https://marketplace.visualstudio.com/items?itemName=DavesCodeMusings.mpremote
I also have a VS Code extension for esptool so you can flash devices using point and click dialogs instead of command-line.
https://marketplace.visualstudio.com/items?itemName=DavesCodeMusings.esptool
Beta Was this translation helpful? Give feedback.
All reactions