AdguardTeam / AdguardTeam/VscodeAdblockSyntax
Add JSON schema for AGLint config files
Abierto
Priority: P4
- Lenguaje dominante
- TypeScript
- Estrellas
- 88
- Forks
- 8
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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 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)
Idea from: https://github.com/AdguardTeam/AGLint/issues/210
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.