I have a use case where I would like to be able to get a list of all the open editors (basically exactly what is shown here).

I understand that Editors are disposed but I just need a list of filenames.
Something like: workspace.openDocuments:Array<TextDocument> or even just workspace.openFiles:Array<string>.
Long term, it might be nice to have API access to operate on this list (EG: sort open editors pane by last opened, name, etc).
I have a use case where I would like to be able to get a list of all the open editors (basically exactly what is shown here).
I understand that Editors are disposed but I just need a list of filenames.
Something like:
workspace.openDocuments:Array<TextDocument>or even justworkspace.openFiles:Array<string>.Long term, it might be nice to have API access to operate on this list (EG: sort open editors pane by last opened, name, etc).