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:
- Go to the JSON settings
- Add the following key:
"C_Cpp.clang_format_fallbackStyle": {
"BasedOnStyle": "Google",
"IndentWidth": 4,
"ColumnLimit": 100,
},
- 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
Other Extensions
No response
Additional context
No response