Add new ViewContainerLocation for dialogs (#11289)

This commit is contained in:
Charles Gagnon
2020-07-10 14:09:16 -07:00
committed by GitHub
parent 0835d3ed0f
commit 3db33de69f
2 changed files with 3 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ export namespace Extensions {
export enum ViewContainerLocation {
Sidebar,
Panel
Panel,
Dialog // {{SQL CARBON EDIT}}
}
export interface IViewContainerDescriptor {