@@ -132,6 +132,7 @@ fn integrated_completion_benchmark() {
132132            enable_imports_on_the_fly :  true , 
133133            enable_self_on_the_fly :  true , 
134134            enable_private_editable :  true , 
135+             enable_term_search :  true , 
135136            full_function_signatures :  false , 
136137            callable :  Some ( CallableSnippets :: FillArguments ) , 
137138            snippet_cap :  SnippetCap :: new ( true ) , 
@@ -176,6 +177,7 @@ fn integrated_completion_benchmark() {
176177            enable_imports_on_the_fly :  true , 
177178            enable_self_on_the_fly :  true , 
178179            enable_private_editable :  true , 
180+             enable_term_search :  true , 
179181            full_function_signatures :  false , 
180182            callable :  Some ( CallableSnippets :: FillArguments ) , 
181183            snippet_cap :  SnippetCap :: new ( true ) , 
@@ -217,6 +219,7 @@ fn integrated_completion_benchmark() {
217219            enable_imports_on_the_fly :  true , 
218220            enable_self_on_the_fly :  true , 
219221            enable_private_editable :  true , 
222+             enable_term_search :  true , 
220223            full_function_signatures :  false , 
221224            callable :  Some ( CallableSnippets :: FillArguments ) , 
222225            snippet_cap :  SnippetCap :: new ( true ) , 
0 commit comments