提交 98a64da7 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update VisualStudioSymbolSearchService.cs

上级 8c3f5040
......@@ -70,8 +70,7 @@ private void OnPackageSourcesChanged(object sender, EventArgs e)
protected override void StartWorking()
{
// Kick off a database update. Wait a few seconds before starting so we don't
// interfere too much with solution loading.
// Kick off a database update.
var sources = _installerService.PackageSources;
// Always pull down the nuget.org index. It contains the MS reference assembly index
......@@ -159,4 +158,4 @@ private async Task UpdateSourceInBackgroundAsync(string sourceName)
name, arity).ConfigureAwait(false);
}
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册