diff --git a/Documentation/LanguageServer/c_cpp_properties.json.md b/Documentation/LanguageServer/c_cpp_properties.json.md index 46564d8aa0..2071a59251 100644 --- a/Documentation/LanguageServer/c_cpp_properties.json.md +++ b/Documentation/LanguageServer/c_cpp_properties.json.md @@ -9,7 +9,7 @@ "intelliSenseMode": "msvc-x64", "includePath": [ "${workspaceRoot}" ], "defines": [ "FOO", "BAR=100" ], - "compileCommands": "/path/to/compile_commands.json" + "compileCommands": "/path/to/compile_commands.json", "browse": { "path": [ "${workspaceRoot}" ], "limitSymbolsToIncludedHeaders": true,