Skip to content

Commit

Permalink
To reassign command for renamed seq ds
Browse files Browse the repository at this point in the history
Signed-off-by: Santhoshi Boyina <[email protected]>
  • Loading branch information
SanthoshiBoyina1 committed Feb 6, 2025
1 parent eeeaf84 commit 035922a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/zowe-explorer/src/trees/dataset/DatasetTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,12 @@ export class DatasetTree extends ZoweTreeProvider<IZoweDatasetTreeNode> implemen
arguments: [child.resourceUri],
};
}
} else if (node.contextValue === Constants.DS_DS_CONTEXT) {
node.command = {
title: "",
command: "vscode.open",
arguments: [node.resourceUri],
};
}

this.refreshElement(node.getParent() as IZoweDatasetTreeNode);
Expand Down

0 comments on commit 035922a

Please sign in to comment.