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

Extension: Support for tree-views #3126

Open
bryphe opened this issue Feb 10, 2021 · 0 comments
Open

Extension: Support for tree-views #3126

bryphe opened this issue Feb 10, 2021 · 0 comments
Labels
A-extension Area: Extension/plugin integration, vscode or VimL A-ux Area: Overall user experience and aesthetics enhancement New feature or request

Comments

@bryphe
Copy link
Member

bryphe commented Feb 10, 2021

Several extensions add tree-views and/or sidebar panes to the UI, for example:

The API is described here: https://code.visualstudio.com/api/extension-guides/tree-view

And the extension protocol that would be need to implemented is here:

Some of the work required would be:

  • Stub out the API for the Main mesage handlers
  • Stub out the API for the Exthost request and types
  • Generalize the navigation between tree-views in the explorer pane and other sidebars
  • Figure out the right interface for integrating the explorer pane, and other sidebars, with contributed tree-views

Related #1058

@bryphe bryphe added A-extension Area: Extension/plugin integration, vscode or VimL A-ux Area: Overall user experience and aesthetics enhancement New feature or request labels Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-extension Area: Extension/plugin integration, vscode or VimL A-ux Area: Overall user experience and aesthetics enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant