Fixes the azure account pane location (#11211) (#11214)

This commit is contained in:
Amir Omidi
2020-07-07 11:24:40 -07:00
committed by GitHub
parent f50c111f06
commit ee918e7b32

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;