Why i cann't reveal Explorer files to the Editor Widget?
May 20, 2020 at 3:38amWhy i cann't reveal Explorer files to the Editor Widget?
May 20, 2020 at 3:38am (Edited 2 years ago)My pseudocode is as below:
EditorWidgetFactory.createWidget(myNavigatableWidgetOptions).then(function(editor: EditorWidget) {
FileNavigatorContribution.selectWidgetFileNode(editor);
});
Running these codes, it selects the file in the explorer, however, the selected file doesn't open in the EditorWidget.
Please help, thx.