Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3c17d23

Browse files
author
idevlp
committed
Expand workflow run tree instead of opening in the browser on click
1 parent 8eadedd commit 3c17d23

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/treeViews/workflows/workflowRunNode.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ export class WorkflowRunNode extends vscode.TreeItem {
3232
this.contextValue += "completed";
3333
}
3434

35-
this.command = {
36-
title: "Open run",
37-
command: "github-actions.workflow.run.open",
38-
arguments: [this],
39-
};
40-
4135
this.iconPath = getIconForWorkflowRun(this.run);
4236
this.tooltip = `${this.run.status} ${this.run.conclusion || ""}`;
4337
}

0 commit comments

Comments
 (0)