- Reduce size of packaged artifacts.
- Added a new command
Kedro: Show logs
for troubleshooting.
- Integrated Kedro-Viz flowchart into the extension with a new command
Kedro: Run Kedro Viz
. - Modified the extension to search pipelines from all
<package_name>/pipelines
folder. - Added new command
Kedro: Show Logs
Select Environment
actions now update the run environment instead of base.- Modified status bar to show both environments, i.e.
base + local
, andbase
is no longer selectable. - Fixed a bug where
Find reference
return too many matches for catalog dataset, it returns only exact matches now. - Fixed a bug where namespace dataset navigation is not working properly
- Fixed a bug where navigating on nested parameters should go to the top level key.
- Modify the extension to search pipelines from all <package_name>/pipelines folder.
- 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 searchdefault_run_env
first.- Add Kedro Icon and Status bar to select environment.
- Fix a bug that cause server panic when config is empty.
- Add catalog config preview for mouse hover.
- Fix a startup error bug.
- Support basic go to definition