### Area with issue? JSON Schema ### ✔️ Expected Behavior When editing a `.clangd` configuration file, config keys added in clangd 21 are recognized. ### ❌ Actual Behavior An error is reported for newly added config keys, e.g. "Property CodePatterns is not allowed". ### JSON, YAML, or TOML file that does not work. ```yaml Completion: CodePatterns: None ``` ### IDE or code editor. Visual Studio Code