leftstick / vscode-favorites

An extension helps developer marking resources as favorite. Therefor, those resources can be easily found at a special view
https://leftstick.gitbooks.io/vscode-favorites/
GNU General Public License v3.0
48 stars 21 forks source link

FR: please co-publish on Open VSX Registry #60

Open GitMensch opened 2 years ago

GitMensch commented 2 years ago

The Open VSX Registry currently has no extension to group files as favorites.

Open VSX Registry is the default extension provider endpoint for the free build of vscode VSCodium and Eclipse Theia. It would be nice to have this extension be directly published to a free vsix repository instead of only the Microsoft Marketplace with its restrictions.

Details on the publishing can be found at https://github.com/eclipse/openvsx/wiki/Publishing-Extensions which also has info about a GH action that would publish extensions to both market places so only the initial setup would be necessary.

leftstick commented 2 years ago

I will take a look, thanks for your info