We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a99e67 commit b883781Copy full SHA for b883781
package.json
@@ -740,6 +740,11 @@
740
"default": true,
741
"description": "If true, cquery will highlight inactive regions."
742
},
743
+ "cquery.misc.discoverSystemIncludes": {
744
+ "type": "boolean",
745
+ "default": true,
746
+ "description": "If true, cquery will detect system includes using clang -E."
747
+ },
748
"cquery.completion.include.maximumPathLength": {
749
"type": "integer",
750
"default": 37,
0 commit comments