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 @@ -966,6 +966,9 @@ export class ActivitybarPart extends Part implements IPaneCompositeSelectorPart
966
966
cachedViewContainer . name = placeholderViewContainer . name ;
967
967
cachedViewContainer . icon = placeholderViewContainer . themeIcon ? placeholderViewContainer . themeIcon :
968
968
placeholderViewContainer . iconUrl ? URI . revive ( placeholderViewContainer . iconUrl ) : undefined ;
969
+ if ( URI . isUri ( cachedViewContainer . icon ) && this . environmentService . remoteAuthority ) {
970
+ cachedViewContainer . icon = undefined ; /* Donot cache uri icons with remote connection */
971
+ }
969
972
cachedViewContainer . views = placeholderViewContainer . views ;
970
973
cachedViewContainer . isBuiltin = placeholderViewContainer . isBuiltin ;
971
974
}
You can’t perform that action at this time.
0 commit comments