Skip to content

Commit 22246b9

Browse files
committed
reset back to working state pre tmux and reverse app statuses so most recent report is on top
1 parent 83fafb0 commit 22246b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workspacesProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class WorkspaceProvider implements vscode.TreeDataProvider<vscode.TreeIte
276276

277277
// Show the section if it has any items
278278
if (appStatuses.length > 0) {
279-
const appStatusSection = new SectionTreeItem("App Statuses", appStatuses)
279+
const appStatusSection = new SectionTreeItem("App Statuses", appStatuses.reverse())
280280
items.push(appStatusSection)
281281
}
282282
}

0 commit comments

Comments
 (0)