Skip to content

Commit

Permalink
Merge pull request #1179 from russelltg/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in JSON
  • Loading branch information
bobbrow authored Oct 30, 2017
2 parents d1d81de + fce806f commit 53e8072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/LanguageServer/c_cpp_properties.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53e8072

Please sign in to comment.