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 126e474 commit ca7f6acCopy full SHA for ca7f6ac
src/vs/workbench/services/views/browser/viewDescriptorService.ts
@@ -585,10 +585,12 @@ export class ViewDescriptorService extends Disposable implements IViewDescriptor
585
}
586
});
587
588
- this.cachedViewContainerInfo = this.getCachedViewContainerLocations();
+ // Execute View Container Movement
589
for (const [container, location] of viewContainersToMove) {
590
this.moveViewContainerToLocation(container, location);
591
592
+
593
+ this.cachedViewContainerInfo = this.getCachedViewContainerLocations();
594
595
596
0 commit comments