Nok Lam Chan
07/05/2024, 2:42 PM0.1.0
You can now find a little Kedro K icon in the bottom of your VSCode.
Highlight:
⢠Enhance workflow to switch configure environment (via settings/commands/UI icon)
⢠Go to definition
now resolves environment properly
Other changes:
- Expanded pipeline discovery to support *pipeline*.py
patterns and improved handling of nested subdirectories.
- Add new extension setting Kedro: Environment
to change the configuration environment.
- Add new command kedro: Select Environment
to change the configuration environment.
- Go to Definition
now search default_run_env
first.
- Add Kedro Icon and Status bar to select environment.
- Fix a bug that cause server panic when config is empty.
⢠Hover
config preserve the original order (Thanks @David Stanley)