You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/browser/parts/activitybar/activitybarPart.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -939,7 +939,7 @@ export class ActivitybarPart extends Part implements IPaneCompositeSelectorPart
939
939
state.push({
940
940
id: compositeItem.id,
941
941
name: viewContainerModel.title,
942
-
icon: URI.isUri(viewContainerModel.icon)&&this.environmentService.remoteAuthority&&isNative? undefined : viewContainerModel.icon,/* Donot cache uri icons in desktop with remote connection */
942
+
icon: URI.isUri(viewContainerModel.icon)&&this.environmentService.remoteAuthority ? undefined : viewContainerModel.icon,/* Donot cache uri icons with remote connection */
0 commit comments