We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c1bff3 + af3e4b3 commit a2b7853Copy full SHA for a2b7853
src/vs/workbench/browser/parts/paneCompositeBar.ts
@@ -407,7 +407,7 @@ export class PaneCompositeBar extends Disposable {
407
}
408
409
// Check cache only if extensions are not yet registered and current window is not native (desktop) remote connection window
410
- if (this.options.icon && !this.hasExtensionsRegistered && !(this.environmentService.remoteAuthority && isNative)) {
+ if (!this.hasExtensionsRegistered && !(this.part === Parts.SIDEBAR_PART && this.environmentService.remoteAuthority && isNative)) {
411
cachedViewContainer = cachedViewContainer || this.cachedViewContainers.find(({ id }) => id === viewContainerId);
412
413
// Show builtin ViewContainer if not registered yet
0 commit comments