Command Palette Support #177
lin-ycv
announced in
Announcements
Replies: 1 comment 1 reply
-
There are known issues with ECP, many of them stems from CmdPal. Known Issues:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to the design of CmdPal v0.1.0, extensions must be installed via a signed MSIX package (Windows won’t allow unsigned MSIX installations). Without diving into the technical details, I don’t own a signing certificate, so I’m using the Microsoft Store to sign the installer.
As a result, the extension is published on the Microsoft Store under the name ECP:CmdPal Extension. This version uses SDK2, so users on version 1.5a will need to disable alpha instance. The SDK3 variant is still in progress but is not a high priority at the moment.
I am working on publishing the signed MSIX on other platforms like Winget, Chocolatey, Scoop, and GitHub, but this process may take some time.
I’ve been informed that a future version of CmdPal will support extension installations without requiring signed packages. The specifics of how this will be implemented are still to be determined, as the development team is focused on more critical features and bug fixes.
A huge thanks to the Microsoft dev team for their support in porting the extension, and to the users who have supported me through donations!
UPDATE: in order to not muddy this repo, I've decided to split ECP adn EPT into different repos.
Repo for ECP is here: https://github.com/lin-ycv/EverythingCommandPalette
Beta Was this translation helpful? Give feedback.
All reactions