Replies: 2 comments
-
FYR
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Reference: microsoft/pylance-release#5434 |
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
-
Autocompletion for Kedro has rarely works for me. Today I found out that VSCode only index the first level of module by default. The exceptions are
fastapi
,sklearn
,requests
After changing the settings to
depth: 3
, theDataCatalog
imports finally works for me.The questions is, how should we proceed with this information?
Kedro
VS Code extension? This would however only works for VSCode but not "Jupyter" or "PyCharm".Beta Was this translation helpful? Give feedback.
All reactions