8000 switch up labels · coder/vscode-coder@cd7c68c · GitHub
[go: up one dir, main page]

Skip to content

Commit cd7c68c

Browse files
committed
switch up labels
1 parent 99f3b1d commit cd7c68c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workspacesProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@ export class WorkspaceProvider implements vscode.TreeDataProvider<vscode.TreeIte
262262
// Show all statuses, not just ones needing attention
263263
appStatuses.push(
264264
new AppStatusTreeItem({
265-
name: status.message,
265+
name: status.icon,
266266
command: app.command,
267-
status: status.state,
267+
status: status.message,
268268
workspace_name: element.workspaceName,
269269
}),
270270
)

0 commit comments

Comments
 (0)
0