[Python] How to show warnings for undefined (non-defined) variables? #1350
Unanswered
simon-liebehenschel
asked this question in
Q&A
Replies: 1 comment
-
I've ran into this problem too. Have you found a solution @simon-liebehenschel ? Anyone else know what's going on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed VSCodium. I installed Python extension. Python server is "default".
In any file, even if I remove all imports, there are no warnings about undefined local variables. Auto-completion works.
Is this a problem with VSCodium, or with "Jedi", or with "Jedi python-language-server"?
Or, maybe, I need to add some custom settings?
Beta Was this translation helpful? Give feedback.
All reactions