use markdown for description pane (#20401)

This commit is contained in:
Alan Ren
2022-08-18 10:46:07 -07:00
committed by GitHub
parent b4a5afe199
commit 874c80a5b4
2 changed files with 15 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ export class Designer extends Disposable implements IThemable {
return this.createComponents(container, components, this._propertiesPane.componentMap, this._propertiesPane.groupHeaders, parentPath, 'PropertiesView');
}, (definition, component, viewModel) => {
this.setComponentValue(definition, component, viewModel);
});
}, this._instantiationService);
}
private styleComponent(component: TabbedPanel | InputBox | Checkbox | Table<Slick.SlickData> | SelectBox | Button | Dropdown): void {