You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2020. It is now read-only.
I have installed also ms-python.python extension what can lint .py files. But it does not know Micropython modules, so it screams on lines like: from machine import Pin - because in normal Python there is not machine module.
It will be nice if Micropython IDE disables this features of Python extension in it's projects.
I have installed also ms-python.python extension what can lint .py files. But it does not know Micropython modules, so it screams on lines like:
from machine import Pin- because in normal Python there is notmachinemodule.It will be nice if Micropython IDE disables this features of Python extension in it's projects.