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
I've just started using micropy-cli and it has been a great experience: smooth and clean. The only problem that I have is that Pylance is complaining that it can't find definitions for common Python functions - none of them is being found! Do you know what I might be missing here? Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the reports. Micropy currently does not have templating support for pylance built in, unfortunately. (Maybe be wip, see #306). Currently only templates for Jedi language server / ms-python language server.
See #152 for some workarounds to make it work for now though.
Hello,
I've just started using
micropy-cli
and it has been a great experience: smooth and clean. The only problem that I have is that Pylance is complaining that it can't find definitions for common Python functions - none of them is being found! Do you know what I might be missing here? Thank you!The text was updated successfully, but these errors were encountered: