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
964964 cachedViewContainer . name = placeholderViewContainer . name ;
965965 cachedViewContainer . icon = placeholderViewContainer . themeIcon ? placeholderViewContainer . themeIcon :
966966 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+ }
967970 cachedViewContainer . views = placeholderViewContainer . views ;
968971 cachedViewContainer . isBuiltin = placeholderViewContainer . isBuiltin ;
969972 }
You can’t perform that action at this time.
0 commit comments