Skip to content

Commit

Permalink
Add documentation of index.maxInitializerLines; set default value to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Riatre authored and MaskRay committed Mar 10, 2019
1 parent 316c9ae commit 71a33dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,11 @@
"default": 2,
"description": "Whether to reparse a file if write times of its dependencies have changed. The file will always be reparsed if its own write time changes.\n\n0: no, 1: only during initial load of project, 2: yes"
},
"ccls.index.maxInitializerLines": {
"type": "integer",
"default": 15,
"description": "Number of lines of the initializer / macro definition showed in hover."
},
"ccls.codeLens.renderInline": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 71a33dd

Please sign in to comment.