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
When a file is already opened (especially in Helix), it is considered "out of bounds" and is indexed immediately. Somehow this is wrong if the file is part of a larger module, and inherited models will not have its base detected, causing incomplete results.
If an __init__.py file is opened instead and initialization completes, there are no issues.
The text was updated successfully, but these errors were encountered:
When a file is already opened (especially in Helix), it is considered "out of bounds" and is indexed immediately. Somehow this is wrong if the file is part of a larger module, and inherited models will not have its base detected, causing incomplete results.
If an
__init__.py
file is opened instead and initialization completes, there are no issues.The text was updated successfully, but these errors were encountered: