Feature/tree component (#2077)

*added tree component to the model builder
This commit is contained in:
Leila Lali
2018-08-02 10:50:05 -07:00
committed by GitHub
parent f995dea971
commit 0d043207b9
26 changed files with 1129 additions and 45 deletions

View File

@@ -47,7 +47,7 @@ suite('ExtHostModelView Validation Tests', () => {
mockProxy.setup(x => x.$setProperties(It.isAny(), It.isAny(), It.isAny())).returns(() => Promise.resolve());
// Register a model view of an input box and drop down box inside a form container inside a flex container
extHostModelView = new ExtHostModelView(mainContext);
extHostModelView = new ExtHostModelView(mainContext, undefined);
extHostModelView.$registerProvider(widgetId, async view => {
modelView = view;
inputBox = view.modelBuilder.inputBox()