Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way for extensions to get a list of the opened editors #21474

Closed
eamodio opened this issue Feb 27, 2017 · 1 comment
Closed

Provide a way for extensions to get a list of the opened editors #21474

eamodio opened this issue Feb 27, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@eamodio
Copy link
Contributor

eamodio commented Feb 27, 2017

  • VSCode Version: Code - Insiders 1.10.0-insider (b2a55bd, 2017-02-24T20:30:00.778Z)
  • OS Version: Darwin x64 16.4.0

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.

@jrieken
Copy link
Member

jrieken commented Feb 28, 2017

dupe of #15178

@jrieken jrieken closed this as completed Feb 28, 2017
@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 28, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants