Skip to content

Commit ab635e9

Browse files
committed
Add defaults
1 parent f4694c5 commit ab635e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extension/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@
899899
},
900900
"C_Cpp.default.recursiveIncludes.reduce": {
901901
"type": "boolean",
902+
"default": true,
902903
"markdownDescription": "%c_cpp.configuration.default.recursiveIncludes.reduce.markdownDescription%",
903904
"scope": "resource"
904905
},
@@ -908,6 +909,7 @@
908909
"beforeSystemIncludes",
909910
"afterSystemIncludes"
910911
],
912+
"default": "afterSystemIncludes",
911913
"markdownDescription": "%c_cpp.configuration.default.recursiveIncludes.priority.markdownDescription%",
912914
"scope": "resource"
913915
},

0 commit comments

Comments
 (0)