提交 a9a90d01 编写于 作者: C Cyrus Najmabadi

remove comment

上级 8276d506
......@@ -42,7 +42,7 @@ internal async Task RunAsync(Workspace workspace, CancellationToken cancellation
workspace.TryApplyChanges(workspace.CurrentSolution.WithOptions(workspace.Options
.WithChangedOption(SolutionCrawlerOptions.BackgroundAnalysisScopeOption, LanguageNames.CSharp, _options.AnalysisScope)
.WithChangedOption(SolutionCrawlerOptions.BackgroundAnalysisScopeOption, LanguageNames.VisualBasic, _options.AnalysisScope)
.WithChangedOption(StorageOptions.Database, usePersistentStorage ? StorageDatabase.SQLite : StorageDatabase.None);
.WithChangedOption(StorageOptions.Database, usePersistentStorage ? StorageDatabase.SQLite : StorageDatabase.None)));
if (!string.IsNullOrEmpty(_options.ProfileRoot))
{
......@@ -51,8 +51,6 @@ internal async Task RunAsync(Workspace workspace, CancellationToken cancellation
var exportProvider = (IMefHostExportProvider)workspace.Services.HostServices;
// This will return the tracker, since it's a singleton.
var solutionCrawlerRegistrationService = (SolutionCrawlerRegistrationService)workspace.Services.GetRequiredService<ISolutionCrawlerRegistrationService>();
solutionCrawlerRegistrationService.Register(workspace);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册