Increase default limit on completion results to 50
This commit is contained in:
@@ -41,7 +41,7 @@ import reactor.core.scheduler.Schedulers;
|
||||
*/
|
||||
public class VscodeCompletionEngineAdapter implements VscodeCompletionEngine {
|
||||
|
||||
private final static int MAX_COMPLETIONS = 20;
|
||||
private final static int MAX_COMPLETIONS = 50;
|
||||
private int maxCompletions = MAX_COMPLETIONS;
|
||||
final static Logger logger = LoggerFactory.getLogger(VscodeCompletionEngineAdapter.class);
|
||||
public static final String VS_CODE_CURSOR_MARKER = "{{}}";
|
||||
|
||||
Reference in New Issue
Block a user