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

Allow extensions to add views to the secondary side bar #151681

Open
eamodio opened this issue Jun 10, 2022 · 15 comments · May be fixed by #156526 or #198088
Open

Allow extensions to add views to the secondary side bar #151681

eamodio opened this issue Jun 10, 2022 · 15 comments · May be fixed by #156526 or #198088
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues workbench-auxsidebar Issues for secondary sidebar
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Jun 10, 2022

Now that the secondary sidebar has fully landed, it would be great if extensions could add views directly to it.

I am hoping to use the secondary sidebar for a new "Commit Details" view in GitLens, that could possibly track the current line (like the line history) and also for showing commit details when we add the ability for having a full commit graph in an editor tab,

/cc @sbatten

@sbatten sbatten assigned sbatten and unassigned rebornix Jun 10, 2022
@sbatten sbatten added feature-request Request for new features or functionality layout General VS Code workbench layout issues and removed triage-needed labels Jun 10, 2022
@vscodenpa vscodenpa added this to the Backlog Candidates milestone Jun 10, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@worksofliam
Copy link

Agreed. It'd be neat if we could define a panel or a view with a new optional prop like location with possible values like:

  • primary (how it currently works, and the default)
  • secondary which could be the new secondary sidebar.

@vscodenpa
Copy link

🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@eamodio
Copy link
Contributor Author

eamodio commented Apr 5, 2023

@sbatten Any movement on this?

@mattseddon
Copy link

This would be very useful.

@vmwsree
Copy link

vmwsree commented Sep 14, 2023

Is this feature available?

@aazam-gh
Copy link

Is it not reflected in the docs?

@vmwsree
Copy link

vmwsree commented Sep 14, 2023

I couldn't find any documentation of implimentation

@Askhento
Copy link

Askhento commented Feb 6, 2024

This seems like the same as other issue #198087 but also have a PR.
It waits for an upvote due to automation reason.

@a-stewart
Copy link
Contributor

The other issue was closed - I missed that it was a dup of this - giving this issue my upvote and pointing the FR at this bug.

@ArturoDent
Copy link

@eamodio Can an extension move a view to the auxiliary side bar? If so, can you show an example please. Thank you.

@crapitea
Copy link

This would be extremely useful for distributions like NixOS where you can configure what extensions are automatically installed with VSCode. With this, it would be finally possible to automatically configure what extensions are being displayed on the Auxiliary Bar.

@sbatten sbatten removed their assignment Sep 11, 2024
@zeyugao
Copy link

zeyugao commented Oct 31, 2024

It seems that the github copilot extension now has the capability to achieve that, but how?

@bpasero bpasero added the workbench-auxsidebar Issues for secondary sidebar label Oct 31, 2024
@benibenj benibenj removed their assignment Dec 13, 2024
@gal1aoui
Copy link

I am wondering if the feature request now is available or not, cuz in the latest version of vscode, they add Copilot, it works as mentioned in this request

@skymen
Copy link

skymen commented Dec 30, 2024

I am wondering the same thing. I'd love to be able to move my extension to the secondary side bar too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality layout General VS Code workbench layout issues workbench-auxsidebar Issues for secondary sidebar
Projects
None yet