micropython-ide-vscode
micropython-ide-vscode copied to clipboard
Micropython integrated development for VSCode
Hi! I'm unable to use the Run command. When I execute it, all I get is the following: ``` Checking current script... Preparing file /Users/Richard/Desktop/ILDS/ILDS/.micropythonrc... Checking `ampy` tool... Checking `rshell`...
How would I compile boot and main.py to a firmware.bin binary file so i could flash it an ESP32? My ESP32 cannot upload through serial but it can accept firmware...
Hello. Fantastic plugin. Works well with a NodeMCU board well. Running on linux (Ubuntu Bionic) -> esptool.py v2.6 I have made a prototype PCB using the MCP2221 USB-UART bridge IC....
In 1.26 we discovered that several extensions call the 'vscode.openFolder' command with invalid file URIs: ``` `133,49: vscode.commands.executeCommand('vscode.openFolder', vscode.Uri.parse(workingFolder));` `133,49: vscode.commands.executeCommand('vscode.openFolder', vscode.Uri.parse(workingFolder));` `221,55: yield vscode.commands.executeCommand('vscode.openFolder', vscode.Uri.parse(workingFolder));` ``` When creating a...
I dónt like install libs into global pip. I usually work with virtualenv managed with virtualenvwrapper or pipenv. It would be nice the possibility to set the python interpreter (virtualenv)...
Where can we find a sample **.micropythonrc** code? Thank you Pei
freeze
hello when i want create new project, the file explorer is opened and freezed, like this : https://github.com/Microsoft/vscode/issues/21425 the diff : i' m on archlinux thanks
``` Checking current script... Preparing file /Users/Bobik/Applications/esp-rfid.py/main.py... Checking `ampy` tool... Checking `rshell` tool... Reading settings from config file (.micropythonrc)... Checking config file... Checking `ampy` path config... Checking `rshell` path config......
Working environment: > Ubuntu 18.04.1 > Python 3.6.5 > VSCode 1.27.1 **Ctrl+Shift+P ~ Getting Started ~ New Project** get stuck. No matter how you click your mouse, nothing **EVER** happens....
I am using Ubuntu 18.04 and python 3.6 from Anaconda distribution, when I try build and run the main script I am getting the following error: ``` Error while reading...