Skip to content

Commit fce806f

Browse files
authored
Fix syntax error in JSON
The `c_cpp_properties.json` example file was missing a comma in the reference for `c_cpp_properties.json`
1 parent d1d81de commit fce806f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/LanguageServer/c_cpp_properties.json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"intelliSenseMode": "msvc-x64",
1010
"includePath": [ "${workspaceRoot}" ],
1111
"defines": [ "FOO", "BAR=100" ],
12-
"compileCommands": "/path/to/compile_commands.json"
12+
"compileCommands": "/path/to/compile_commands.json",
1313
"browse": {
1414
"path": [ "${workspaceRoot}" ],
1515
"limitSymbolsToIncludedHeaders": true,

0 commit comments

Comments
 (0)