We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AGLint config files can be validated in the VSCode editor if the following field is filled in the package.json file of the extension:
package.json
https://code.visualstudio.com/api/references/contribution-points#contributes.jsonValidation
If we switch to zod, we can export zod schema easily during AGLint build via https://www.npmjs.com/package/zod-to-json-schema (so no need to maintain a redundant JSON file)
zod
Idea from: AdguardTeam/AGLint#210
The text was updated successfully, but these errors were encountered:
maximtop
No branches or pull requests
AGLint config files can be validated in the VSCode editor if the following field is filled in the
package.json
file of the extension:https://code.visualstudio.com/api/references/contribution-points#contributes.jsonValidation
If we switch to
zod
, we can exportzod
schema easily during AGLint build via https://www.npmjs.com/package/zod-to-json-schema (so no need to maintain a redundant JSON file)Idea from: AdguardTeam/AGLint#210
The text was updated successfully, but these errors were encountered: