提交 fa1a06d7 编写于 作者: G Gen Lu

Address review comments

上级 285280bc
......@@ -78,7 +78,7 @@ ImmutableArray<CompletionItem> GetItemsFromCacheResult(GetCacheResult cacheResul
var cacheResult = await GetCacheForProject(currentProject, syntaxContext, forceCacheCreation: true, cancellationToken).ConfigureAwait(false);
// We always force create cache for current project.
// We always force create a cache for current project.
Debug.Assert(cacheResult.HasValue);
builder.Add(cacheResult!.Value);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册