提交 c0dfdc67 编写于 作者: C CyrusNajmabadi

PR feedback.

上级 455e7e16
......@@ -44,9 +44,8 @@ internal sealed class CompletionPresenter : ForegroundThreadAffinitizedObject, I
AssertIsForeground();
var document = subjectBuffer.CurrentSnapshot.GetOpenDocumentInCurrentContextWithChanges();
var options = document?.Project.Solution.Workspace.Options;
var completionSetFactory = document != null && NeedsDev15CompletionSetFactory(options, document.Project.Language)
var completionSetFactory = document != null && NeedsDev15CompletionSetFactory(document.Options, document.Project.Language)
? VersionSelector.SelectHighest(_completionSetFactories)
: VersionSelector.SelectVersion(_completionSetFactories, VisualStudioVersion.Dev14);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册