how to disable pyright and configure pylsp (flake8/pyflakes)? #22533
Unanswered
deng232
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Under ipython jupyter notebook (zed repl) , async, await can be place outside of function body.
But pyright don't have specific setting for this kind of cases and therefor need to be disable.
flake8 have option to set configuration in
.flake8
for local project but it doesn't being recognize in my zed editor.Beta Was this translation helpful? Give feedback.
All reactions