mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
This commit is contained in:
@@ -487,7 +487,7 @@ export class ResetViewLocationsAction extends Action {
|
||||
}
|
||||
|
||||
async run(): Promise<void> {
|
||||
this.viewDescriptorService.getViewContainers().forEach(viewContainer => {
|
||||
this.viewDescriptorService.viewContainers.forEach(viewContainer => {
|
||||
const viewContainerModel = this.viewDescriptorService.getViewContainerModel(viewContainer);
|
||||
|
||||
viewContainerModel.allViewDescriptors.forEach(viewDescriptor => {
|
||||
@@ -596,7 +596,7 @@ export class MoveFocusedViewAction extends Action {
|
||||
});
|
||||
}
|
||||
|
||||
const pinnedViewlets = this.activityBarService.getPinnedViewletIds();
|
||||
const pinnedViewlets = this.activityBarService.getPinnedViewContainerIds();
|
||||
items.push(...pinnedViewlets
|
||||
.filter(viewletId => {
|
||||
if (viewletId === this.viewDescriptorService.getViewContainerByViewId(focusedViewId)!.id) {
|
||||
|
||||
Reference in New Issue
Block a user