We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f740d commit ac8d5fdCopy full SHA for ac8d5fd
src/workspacesProvider.ts
@@ -276,7 +276,7 @@ export class WorkspaceProvider implements vscode.TreeDataProvider<vscode.TreeIte
276
277
// Show the section if it has any items
278
if (appStatuses.length > 0) {
279
- const appStatusSection = new SectionTreeItem("Application Statuses", appStatuses)
+ const appStatusSection = new SectionTreeItem("App Statuses", appStatuses)
280
items.push(appStatusSection)
281
}
282
0 commit comments