File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/vs/workbench/browser/parts/activitybar Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -964,6 +964,9 @@ export class ActivitybarPart extends Part implements IPaneCompositeSelectorPart
964
964
cachedViewContainer . name = placeholderViewContainer . name ;
965
965
cachedViewContainer . icon = placeholderViewContainer . themeIcon ? placeholderViewContainer . themeIcon :
966
966
placeholderViewContainer . iconUrl ? URI . revive ( placeholderViewContainer . iconUrl ) : undefined ;
967
+ if ( URI . isUri ( cachedViewContainer . icon ) && this . environmentService . remoteAuthority ) {
968
+ cachedViewContainer . icon = undefined ; /* Donot cache uri icons with remote connection */
969
+ }
967
970
cachedViewContainer . views = placeholderViewContainer . views ;
968
971
cachedViewContainer . isBuiltin = placeholderViewContainer . isBuiltin ;
969
972
}
You can’t perform that action at this time.
0 commit comments