mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
Add new ViewContainerLocation for dialogs (#11289)
This commit is contained in:
@@ -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.Panel);
|
||||
}, ViewContainerLocation.Dialog);
|
||||
|
||||
class AccountPanel extends ViewPane {
|
||||
public index: number;
|
||||
|
||||
Reference in New Issue
Block a user