feedback: Add action for listing installed extensions#48664
Merged
MrSubidubi merged 13 commits intozed-industries:mainfrom Apr 16, 2026
Merged
feedback: Add action for listing installed extensions#48664MrSubidubi merged 13 commits intozed-industries:mainfrom
MrSubidubi merged 13 commits intozed-industries:mainfrom
Conversation
Create a formatted list of installed extensions for clipboard display. Includes extension name, id, and version, with a dev tag (if applicable). Returns 'Installed extensions: none' when there are no extensions.
MrSubidubi
requested changes
Mar 12, 2026
Member
MrSubidubi
left a comment
There was a problem hiding this comment.
Thanks for taking this up, left some notes.
Remove the helper and action from extension_host and reimplement them in the feedback crate. Update imports to use ExtensionStore and register the clipboard action in feedback instead of extension_host.
Remove the try_global fallback and always read the global store when formatting installed extensions, eliminating the "unavailable" fallback.
MrSubidubi
requested changes
Mar 13, 2026
- All extensions sorted alphabetically - Dev extensions appended with (dev)
MrSubidubi
approved these changes
Apr 16, 2026
Member
MrSubidubi
left a comment
There was a problem hiding this comment.
Sorry for the long delay, very nice! Thank you so much!
Collaborator
Author
|
No worries at all! I knew you would get to it when you had the time 😁 |
G36maid
pushed a commit
to G36maid/zed
that referenced
this pull request
Apr 29, 2026
…#48664) Closes zed-industries#48037 - [X] Tests or screenshots needed? <--- Let me know if tests are needed - [ ] Code Reviewed - [X] Manual QA Release Notes: - Added action to copy installed extensions to clipboard <details><summary>Picture of Action</summary><img width="1924" height="1044" alt="Screenshot from 2026-03-03 01-00-22" src="https://github.com/user-attachments/assets/6abe9587-968d-48e9-a3b7-80602d26375d" /></details> <details><summary>Picture of Modal</summary> <img width="1920" height="1080" alt="Screenshot from 2026-03-03 01-00-35" src="https://github.com/user-attachments/assets/b30a743d-3324-4b01-a92c-a0476908e050" /> </details> <details><summary>Picture of Docs</summary> <img width="1936" height="1066" alt="Screenshot from 2026-03-03 01-19-53" src="https://github.com/user-attachments/assets/40dab840-c5e2-4248-b7a6-1924f0b6610c" /> </details> --------- Co-authored-by: MrSubidubi <finn@zed.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #48037
Release Notes:
Picture of Action
Picture of Modal
Picture of Docs