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" } ] },