AdguardTeam / VscodeAdblockSyntax

Comprehensive extension to manage Adblock Syntax in VSCode: syntax highlighter, linter and much more. Available on the VSCode Marketplace.
https://marketplace.visualstudio.com/items?itemName=adguard.adblock
MIT License
75 stars 8 forks source link

Publish the extension on open-vsx.org for VSCodium #91

Closed MasterKia closed 1 year ago

MasterKia commented 1 year ago

Since the VSCode binary from Microsoft is under a proprietary license and has built-in telemetry, there's VSCodium; a free/libre build without those problems.

Unfortunately, as Microsoft prohibits usages of the Microsoft marketplace by any other products or redistribution of .vsix files from it, in order to use VSCode extensions in non-Microsoft products those need to be installed differently.

By default, VSCodium is set up to use open-vsx.org as extension gallery, which has an adapter to the Marketplace API used by VSCode.

Could you publish this extension on open-vsx.org so that it could also be used on VSCodium?

Guide: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions

Thank you.

scripthunter7 commented 1 year ago

@MasterKia Now the add-on is also available on Open VSX: https://open-vsx.org/extension/adguard/adblock

Also, VSIX file is always linked to the actual GitHub release: https://github.com/AdguardTeam/VscodeAdblockSyntax/releases

Happy coding!