From 67b1dc02f6a0344acdd69e5aefb37a6e3ef52b2e Mon Sep 17 00:00:00 2001 From: Sajid Alam Date: Mon, 27 Jan 2025 13:20:33 +0000 Subject: [PATCH] add filtering to package.json Signed-off-by: Sajid Alam --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 839fd6c..7b87ecf 100644 --- a/package.json +++ b/package.json @@ -178,6 +178,11 @@ "command": "kedro.kedroProjectPath", "title": "Set Project Path", "category": "kedro" + }, + { + "command": "kedro.filterPipelines", + "title": "Filter Pipelines", + "category": "kedro" } ] },