Core2 with Visual Studio Code
-
I would like to develop a project in MicroPython for the Core2.
I followed the video tutorial for Micropython Development for M5Stack in VSCode. I get to the point when the vscode-m5stack-mpy extension is installed in Visual Studio Code, which succeeds.
However, after this step the button "Add M5Stack" is supposed to appear at the bottom of the VS Code window. This is not happening here.
Has anyone done this successfully with a Core2 device? What am I doing wrong?
It might help to know that the UIFlow IDE is working fine. I am using Ubuntu 20.4.
-
Update to the latest version of vscode-m5stack-mpy (1.0.9 as of today) fixes this issue.
-
Man kann auch sehr gut das Programm Thonny dafür nehmen!
-
Thanks, I will also have a look at Thonny.
-
I am also having this problem with the most recent version, did you get it working for the core2? All the example code I found was for a model with buttons not touch screen and several libraries that I haven't got to work on a core2.
-
@kiwilogan I found that updating VSC and uninstalling and re-installing the M5Stack extension made that magic "Add M5Stack" button appear.