Hi,
I have a custom editor implemented in vscode extension, and the issue is that files opened using this custom editor are not restored when refreshing the browser tab, unlike the regular code editors. We need only to restore opened files and no need for now to restore a complex state of the editor’s content.
I checked the localStorage inside the browser devtools, and there is an entry with all the widgets state including the opened text editors under the mainPanel.main property but my custom editor is not there!
Is this something that we need to implement differently? or it is not supported yet in Theia?
Thanks