Closed MasterKia closed 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!
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.