Skip to content

Commit 53e8072

Browse files
authored
Merge pull request #1179 from russelltg/patch-1
Fix syntax error in JSON
2 parents d1d81de + fce806f commit 53e8072

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)