diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fdcc7..36fd7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the ALCops extension will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.1] - 2026-04-22 + +### Added +- IntelliSense support for `alcops.json` settings files (autocompletion, validation, documentation) via JSON Schema hosted in the Analyzers repository + ## [1.3.0] - 2026-04-17 ### Added diff --git a/package.json b/package.json index 38cd81d..5be1709 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,15 @@ "title": "ALCops: Select Code Analyzers" } ], + "jsonValidation": [ + { + "fileMatch": [ + "alcops.json", + "ALCops.json" + ], + "url": "https://raw.githubusercontent.com/ALCops/Analyzers/main/src/ALCops.Common/Settings/alcops.schema.json" + } + ], "configuration": { "title": "ALCops", "properties": {