dphans / micropython-ide-vscode

Micropython integrated development for VSCode
Apache License 2.0
57 stars 35 forks source link

Coliding with Python linting #10

Open iBobik opened 5 years ago

iBobik commented 5 years ago

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.

askpatrickw commented 4 years ago

You can disable extensions per workspace... have you tried that? (right click on the extension)