Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The Extension Gallery is a curated directory of Command Palette extensions that users can browse directly from within Command Palette settings. Listing your extension in the Gallery makes it discoverable to all Command Palette users — they can see your extension's description, screenshots, and install it with a single click.
The Gallery itself doesn't host extensions. Instead, it links to your extension's install source — either WinGet or the Microsoft Store. When a user installs your extension from the Gallery, Command Palette uses the install source you specified.
How to list your extension
The Extension Gallery is powered by the microsoft/CmdPal-Extensions repository on GitHub. The Contributing Guide covers the full submission process including folder structure, metadata format, and pull request requirements.
Get started listing your extension in the Gallery
Once listed, your extension's detail page is displayed directly in Command Palette, giving users a rich preview before they install.
Link directly to the Gallery
Command Palette supports x-cmdpal links that open the Gallery in Settings:
x-cmdpal://extensions/gallery
x-cmdpal://extensions/gallery/{extension-id}
Use x-cmdpal://extensions/gallery to open the Gallery landing page, or x-cmdpal://extensions/gallery/{extension-id} to open a specific extension detail page. Use the stable gallery id for {extension-id}. If the ID isn't in the current feed, Command Palette opens the Gallery page instead.
Related content
Windows developer