Adding execution plan component to model view. (#23620)

This commit is contained in:
Aasim Khan
2023-07-05 13:33:28 -07:00
committed by GitHub
parent 373dc5a366
commit 28e59f44e2
21 changed files with 175 additions and 21 deletions

View File

@@ -264,7 +264,8 @@ export function createViewContext(): ViewTestContext {
separator: undefined!,
propertiesContainer: undefined!,
infoBox: undefined!,
slider: undefined!
slider: undefined!,
executionPlan: undefined!,
}
};
let tab: azdata.window.DialogTab = {