Skip to content

Commit ca7f6ac

Browse files
committed
1 parent 126e474 commit ca7f6ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vs/workbench/services/views/browser/viewDescriptorService.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,12 @@ export class ViewDescriptorService extends Disposable implements IViewDescriptor
585585
}
586586
});
587587

588-
this.cachedViewContainerInfo = this.getCachedViewContainerLocations();
588+
// Execute View Container Movement
589589
for (const [container, location] of viewContainersToMove) {
590590
this.moveViewContainerToLocation(container, location);
591591
}
592+
593+
this.cachedViewContainerInfo = this.getCachedViewContainerLocations();
592594
}
593595
}
594596

0 commit comments

Comments
 (0)