File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 239239 "markdownDescription" : " The order in which subdirectories of recursive includes are searched." ,
240240 "type" : " string" ,
241241 "enum" : [
242- " depthFirst " ,
242+ " preOrder " ,
243243 " breadthFirst" ,
244244 " ${default}"
245245 ]
Original file line number Diff line number Diff line change 922922 "type" : " string" ,
923923 "enum" : [
924924 " " ,
925- " depthFirst " ,
925+ " preOrder " ,
926926 " breadthFirst"
927927 ],
928928 "markdownDescription" : " %c_cpp.configuration.default.recursiveIncludes.order.markdownDescription%" ,
66516651 "postcss" : " ^8.4.31" ,
66526652 "gulp-typescript/**/glob-parent" : " ^5.1.2"
66536653 }
6654- }
6654+ }
Original file line number Diff line number Diff line change 759759 < div >
760760 < select name ="inputValue " id ="recursiveIncludes.order " class ="select-default ">
761761 < option value ="${default} "> ${default}</ option >
762- < option value ="depthFirst " > depthFirst </ option >
762+ < option value ="preOrder " > preOrder </ option >
763763 < option value ="breadthFirst "> breadthFirst</ option >
764764 </ select >
765765 </ div >
You can’t perform that action at this time.
0 commit comments