We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0261e54 commit aa9717dCopy full SHA for aa9717d
1 file changed
src/treeViews/icons.ts
@@ -30,6 +30,7 @@ export function getIconForWorkflowRun({
30
case "success":
31
return getAbsoluteIconPath("workflowruns/wr_success.svg");
32
33
+ case "startup_failure":
34
case "failure":
35
return getAbsoluteIconPath("workflowruns/wr_failure.svg");
36
0 commit comments