提交 0e682a5f 编写于 作者: C CyrusNajmabadi

Don't gate package search on reference search being there.

上级 43e8b72b
...@@ -244,7 +244,6 @@ private async Task<IList<SymbolReference>> GetMatchingTypesAsync(SearchScope sea ...@@ -244,7 +244,6 @@ private async Task<IList<SymbolReference>> GetMatchingTypesAsync(SearchScope sea
} }
if (packageSearchService != null && if (packageSearchService != null &&
referenceAssemblySearchService != null &&
installerService.IsEnabled) installerService.IsEnabled)
{ {
foreach (var packageSource in installerService.PackageSources) foreach (var packageSource in installerService.PackageSources)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册