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
The error is thrown during initialization of the extension
Context
The reason for this to happen is because VS Code extension disable all the hooks. The failure is because the kedro-pandera resolver is registered via hook (and is now missing), thus the initialisation step fails when we try to get catalog config.
Hooks are usually not needed. For example you don't want the LS running a spark session in the background.
Maybe a more reasonable approach is let users to configure which hooks to enable/disable (though I believe most people will not touch any settings, so the default should work with most cases)
Description
Split out from #51.
Context
The reason for this to happen is because VS Code extension disable all the hooks. The failure is because the
kedro-pandera
resolver is registered via hook (and is now missing), thus the initialisation step fails when we try to get catalog config.An example can be found here:
Steps to Reproduce
Checklist
Cmd + P
andPython: Select Interpeter
Expected Result
Actual Result
Your Environment
pip show kedro
orkedro -V
):python -V
):The text was updated successfully, but these errors were encountered: