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.
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
):