Skip to content

Commit b883781

Browse files
rianneogijacobdufault
authored andcommitted
Add discoverSystemIncludes option
1 parent 2a99e67 commit b883781

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,11 @@
740740
"default": true,
741741
"description": "If true, cquery will highlight inactive regions."
742742
},
743+
"cquery.misc.discoverSystemIncludes": {
744+
"type": "boolean",
745+
"default": true,
746+
"description": "If true, cquery will detect system includes using clang -E."
747+
},
743748
"cquery.completion.include.maximumPathLength": {
744749
"type": "integer",
745750
"default": 37,

0 commit comments

Comments
 (0)