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'm having this problem: some packages that autocomplete provides me are wrong, like this one:
in this case I was trying to import MinValueValidator, it is a class from django.core.validators module, it is used in django_celery_bead.models. I noticed the same problem for many packages(it always happened to me in the last 5 years).
I gues there might be some configuration that I'm missing, can you help me?
I tryied some variations of this config, always restarting vscode just to make sure, but without success:
Hello guys!
I'm having this problem: some packages that autocomplete provides me are wrong, like this one:
in this case I was trying to import
MinValueValidator
, it is a class fromdjango.core.validators
module, it is used indjango_celery_bead.models
. I noticed the same problem for many packages(it always happened to me in the last 5 years).I gues there might be some configuration that I'm missing, can you help me?
I tryied some variations of this config, always restarting vscode just to make sure, but without success:
there is no error logs.
The text was updated successfully, but these errors were encountered: