Use the new function
This commit is contained in:
parent
02dfa8ee33
commit
39b6423034
|
|
@ -296,7 +296,7 @@ int runServer(string[] args)
|
||||||
{
|
{
|
||||||
info("Getting completions");
|
info("Getting completions");
|
||||||
if(forceScan)
|
if(forceScan)
|
||||||
cache.forceScan();
|
cache.ensureImportsAreCached();
|
||||||
s.sendResponse(complete(request, cache));
|
s.sendResponse(complete(request, cache));
|
||||||
}
|
}
|
||||||
else if (request.kind & RequestKind.doc)
|
else if (request.kind & RequestKind.doc)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue