File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
509
509
alwaysShow : alwaysShow ,
510
510
buttons : buttons ,
511
511
iconPath :
512
+ i . provider . id === GitSelfManagedHostIntegrationId . AzureDevOpsServer ||
512
513
i . provider . id === GitCloudHostIntegrationId . AzureDevOps
513
514
? new ThemeIcon ( 'account' )
514
515
: i . author ?. avatarUrl != null
@@ -940,6 +941,7 @@ export class LaunchpadCommand extends QuickCommand<State> {
940
941
createdDateRelative : fromNow ( state . item . createdDate ) ,
941
942
} ) ,
942
943
iconPath :
944
+ state . item . provider . id === GitSelfManagedHostIntegrationId . AzureDevOpsServer ||
943
945
state . item . provider . id === GitCloudHostIntegrationId . AzureDevOps
944
946
? new ThemeIcon ( 'account' )
945
947
: state . item . author ?. avatarUrl != null
@@ -1494,6 +1496,7 @@ function getLaunchpadItemReviewInformation(item: LaunchpadItem): QuickPickItemOf
1494
1496
const isCurrentUser = review . reviewer . username === item . currentViewer . username ;
1495
1497
let reviewLabel : string | undefined ;
1496
1498
const iconPath =
1499
+ item . provider . id === GitSelfManagedHostIntegrationId . AzureDevOpsServer ||
1497
1500
item . provider . id === GitCloudHostIntegrationId . AzureDevOps
1498
1501
? new ThemeIcon ( 'account' )
1499
1502
: review . reviewer . avatarUrl != null
You can’t perform that action at this time.
0 commit comments