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.
1 parent 7c1bff3 commit af3e4b3Copy full SHA for af3e4b3
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