Skip to content

Commit

Permalink
Merge branch 'main' into release/2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JillieBeanSim authored Jan 24, 2024
2 parents 3f96fed + 12572ed commit 8f61b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zowe-explorer/src/uss/ZoweUSSNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export class ZoweUSSNode extends ZoweTreeNode implements IZoweUSSTreeNode {
const temp = new ZoweUSSNode({
label: item.name,
collapsibleState: vscode.TreeItemCollapsibleState.Collapsed,
parentNode: this,
parentPath: this.fullPath,
profile: this.profile,
});
Expand Down

0 comments on commit 8f61b77

Please sign in to comment.