You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building a new extension Restore Editors to be able to save the current set of editors to be re-opened at a later time. Currently I am employing some serious hackery to get a list of the opened editors.
It would be great if there was an api that an extension could use to get at that information. Ideally this would provide even more information than is accessible now -- in addition to the uri and viewColumn, it would be great if there was an position that would tell the order of the editors inside a column.
The text was updated successfully, but these errors were encountered:
I'm building a new extension Restore Editors to be able to save the current set of editors to be re-opened at a later time. Currently I am employing some serious hackery to get a list of the opened editors.
It would be great if there was an api that an extension could use to get at that information. Ideally this would provide even more information than is accessible now -- in addition to the
uri
andviewColumn
, it would be great if there was anposition
that would tell the order of the editors inside a column.The text was updated successfully, but these errors were encountered: