### Environment - OS and Version: Windows 11 22H2 (build 22621.1702) - VS Code Version: 1.79.1 - C/C++ Extension Version: v1.15.14 ### Bug Summary and Steps to Reproduce Bug Summary: Steps to reproduce: 1. Go to the JSON settings 2. Add the following key: ```JSON "C_Cpp.clang_format_fallbackStyle": { "BasedOnStyle": "Google", "IndentWidth": 4, "ColumnLimit": 100, }, ``` 3. The following warning appears (Incorrect type. Expected string):  Expected behavior: No warning is issued and intellisense is provided as this is a valid setting parameter. ### Configuration and Logs ```shell Attached ``` ### Other Extensions _No response_ ### Additional context _No response_