提交 5597503a 编写于 作者: R Ravi Chande

Fix more tests

上级 432838c9
......@@ -78,7 +78,7 @@ protected virtual CompletionItem CreateItem(RecommendedKeyword keyword, TextSpan
description: keyword.DescriptionFactory(CancellationToken.None),
glyph: Glyph.Keyword,
tags: s_Tags,
matchPriority: MatchPriority.Default);
matchPriority: keyword.ShouldPreselect ? MatchPriority.Preselect : MatchPriority.Default);
}
protected virtual async Task<IEnumerable<RecommendedKeyword>> RecommendKeywordsAsync(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册