We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4694c5 commit ab635e9Copy full SHA for ab635e9
1 file changed
Extension/package.json
@@ -899,6 +899,7 @@
899
},
900
"C_Cpp.default.recursiveIncludes.reduce": {
901
"type": "boolean",
902
+ "default": true,
903
"markdownDescription": "%c_cpp.configuration.default.recursiveIncludes.reduce.markdownDescription%",
904
"scope": "resource"
905
@@ -908,6 +909,7 @@
908
909
"beforeSystemIncludes",
910
"afterSystemIncludes"
911
],
912
+ "default": "afterSystemIncludes",
913
"markdownDescription": "%c_cpp.configuration.default.recursiveIncludes.priority.markdownDescription%",
914
915
0 commit comments