@@ -47,6 +47,7 @@ tape( 'a REPL instance supports displaying a completion preview of user-defined
47
47
'settings' : {
48
48
'autoPage' : false ,
49
49
'syntaxHighlighting' : false ,
50
+ 'eagerEvaluation' : false ,
50
51
'autoDisableBracketedPasteOnExit' : false
51
52
}
52
53
} ;
@@ -92,6 +93,7 @@ tape( 'a REPL instance supports displaying a completion preview for common prefi
92
93
'settings' : {
93
94
'autoPage' : false ,
94
95
'syntaxHighlighting' : false ,
96
+ 'eagerEvaluation' : false ,
95
97
'autoDisableBracketedPasteOnExit' : false
96
98
}
97
99
} ;
@@ -138,6 +140,7 @@ tape( 'a REPL instance supports displaying a completion preview for recognized i
138
140
'settings' : {
139
141
'autoPage' : false ,
140
142
'syntaxHighlighting' : false ,
143
+ 'eagerEvaluation' : false ,
141
144
'autoDisableBracketedPasteOnExit' : false
142
145
}
143
146
} ;
@@ -183,6 +186,7 @@ tape( 'a REPL instance supports displaying a completion preview when a cursor is
183
186
'settings' : {
184
187
'autoPage' : false ,
185
188
'syntaxHighlighting' : false ,
189
+ 'eagerEvaluation' : false ,
186
190
'autoDisableBracketedPasteOnExit' : false
187
191
}
188
192
} ;
@@ -237,6 +241,7 @@ tape( 'a REPL instance supports auto-completing a completion candidate by moving
237
241
'settings' : {
238
242
'autoPage' : false ,
239
243
'syntaxHighlighting' : false ,
244
+ 'eagerEvaluation' : false ,
240
245
'autoDisableBracketedPasteOnExit' : false
241
246
}
242
247
} ;
@@ -290,6 +295,7 @@ tape( 'a REPL instance supports auto-completing a completion preview and executi
290
295
'settings' : {
291
296
'autoPage' : false ,
292
297
'syntaxHighlighting' : false ,
298
+ 'eagerEvaluation' : false ,
293
299
'autoDisableBracketedPasteOnExit' : false
294
300
}
295
301
} ;
@@ -344,6 +350,7 @@ tape( 'a REPL instance does not display a completion preview when no completion
344
350
'settings' : {
345
351
'autoPage' : false ,
346
352
'syntaxHighlighting' : false ,
353
+ 'eagerEvaluation' : false ,
347
354
'autoDisableBracketedPasteOnExit' : false
348
355
}
349
356
} ;
@@ -403,6 +410,7 @@ tape( 'a REPL instance does not display a completion preview once a user enters
403
410
'settings' : {
404
411
'autoPage' : false ,
405
412
'syntaxHighlighting' : false ,
413
+ 'eagerEvaluation' : false ,
406
414
'autoDisableBracketedPasteOnExit' : false
407
415
}
408
416
} ;
0 commit comments