Fixes the azure account pane location (#11211)

This commit is contained in:
Amir Omidi
2020-07-06 13:32:23 -07:00
committed by GitHub
parent b238819c89
commit 84a7d1916a

View File

@@ -56,7 +56,7 @@ export const ACCOUNT_VIEW_CONTAINER = Registry.as<IViewContainersRegistry>(ViewC
name: localize('accountExplorer.name', "Accounts"),
ctorDescriptor: new SyncDescriptor(AccountPaneContainer),
storageId: `${VIEWLET_ID}.state`
}, ViewContainerLocation.Sidebar);
}, ViewContainerLocation.Panel);
class AccountPanel extends ViewPane {
public index: number;