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
70 stars 8 forks source link

Implement a minimum AGLint version threshold #123

Closed scripthunter7 closed 5 months ago

scripthunter7 commented 6 months ago

In the future, the external AGLint installation may no longer be compatible with the extension (e.g, if it is too old), so the minimum version threshold should be implemented. If this ever happens, we have to fallback to the integrated AGLint. Most of this is already written in the code, only in commented form, so it just needs to be finished.