kedro-org / vscode-kedro

Kedro extension for VSCode including LSP and other features
https://marketplace.visualstudio.com/items?itemName=kedro.Kedro
Apache License 2.0
18 stars 2 forks source link

Expand pipeline search folders in all <package_name>/pipelines/ folder #117

Closed noklam closed 2 months ago

noklam commented 2 months ago

Previously the extension only search pipeline for reference in :

This has proven to be too restrictive, as most project that comes with a lot of pipeline abandon the standard structure provided in spaceflights. For example:

This either use the pipeline_xx convention and skip the folder and simply put node and pipeline into one file. The change will cause the extension searching more files, but performance seems to be ok.

We need to work on performance improvement later anyway so this is not a big concern for now.