Skip to content

Commit e6f1700

Browse files
committed
Different icon for Web Applications folder
1 parent 2c4229b commit e6f1700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/serverManagerView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export class WebAppsTreeItem extends FeatureTreeItem {
684684
});
685685
this.name = 'Web Applications';
686686
this.contextValue = serverApiVersion.toString() + '/webapps';
687-
this.iconPath = new vscode.ThemeIcon('library');
687+
this.iconPath = new vscode.ThemeIcon('globe');
688688
}
689689
}
690690

0 commit comments

Comments
 (0)